#23C842

Color #23C842 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #23C842

Tints of Lime Green #23C842

Color information

#23C842 (or 0x23C842) is unknown color: approx Lime Green. HEX triplet: 23, C8 and 42. RGB value is (35,200,66). Sum of RGB (Red+Green+Blue) = 35+200+66=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 200 (78.52% from 255 or 66.45% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 200 - color contains mainly: green. Hex color #23C842 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C842 is #DC37BD. Grayscale: #878787. Windows color (decimal): -14432190 or 4376611. OLE color: 4376611.

HSL color Cylindrical-coordinate representation of color #23C842: hue angle of 131.27º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C842 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB3520066-
CMYK0.8200.670.22
HSL131.27º70.21%46.08%-
HSV(B)131.27º82.5%78.43%-
XYZ22.3342.0612.1-
YUV135.3988.8456.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 11.63%
GREEN value IS 200 (78.52% from 255) = 66.45%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=11.63%
G=66.45%
B=21.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal35200660.8200.670.22131.2770.2146.08
Hex23C842520431683462e
Octal4331010212201032620310656
Binary10001111001000100001010100100100001110110100000111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23C842; }

 p { color: rgb(35,200,66); }

 H1.HeaderClassName
 {
   color: #23C842;
 }
 .AnyTagClassName
 {
   color: #23C842;
 }
</style>
background-color css

<style>
 a { background-color: #23C842; }

 a { background-color: rgb(35,200,66); }

 div.DivClassName
 {
   background-color: #23C842;
 }
 .BgClassName
 {
   background-color: #23C842;
 }
</style>
border-color css

<style>
 span { border-color: #23C842; }

 span { border-color: rgb(35,200,66); }

 td.TdClassName
 {
   border-color: #23C842;
 }
 .TagClassName
 {
   border-color: #23C842;
 }
</style>