#23CB06

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

Shades of Lime Green #23CB06

Tints of Lime Green #23CB06

Color information

#23CB06 (or 0x23CB06) is unknown color: approx Lime Green. HEX triplet: 23, CB and 06. RGB value is (35,203,6). Sum of RGB (Red+Green+Blue) = 35+203+6=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 203 (79.69% from 255 or 83.20% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 203 - color contains mainly: green. Hex color #23CB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23CB06 is #DC34F9. Grayscale: #828282. Windows color (decimal): -14431482 or 445219. OLE color: 445219.

HSL color Cylindrical-coordinate representation of color #23CB06: hue angle of 111.17º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23CB06 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB352036-
CMYK0.8300.970.20
HSL111.17º94.26%40.98%-
HSV(B)111.17º97.04%79.61%-
XYZ22.0843.087.32-
YUV130.3157.8460.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.34%
GREEN value IS 203 (79.69% from 255) = 83.20%
BLUE value IS 6 (2.73% from 255) = 2.46%
R=14.34%
G=83.20%
B=2.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal3520360.8300.970.20111.1794.2640.98
Hex23CB653061146f5e29
Octal43313612301412415713651
Binary100011110010111101010011011000011010011011111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23CB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,203,6); }

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

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

 a { background-color: rgb(35,203,6); }

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

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

 span { border-color: rgb(35,203,6); }

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