Html Css Color HEX #23CC06 Lime Green

📋 copy color: '#23CC06'

red 35 ◦ green 204 ◦ blue 6

#23CC06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #23CC06

Tints of Lime Green #23CC06

RGB

 RED value IS 35 (14.06% from 255) = 14.29%

 GREEN value IS 204 (80.08% from 255) = 83.27%

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 14.29%
G = 83.27%
B = 2.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#23CC06 (or 0x23CC06) is known color: Lime Green. HEX triplet: 23, CC and 06. RGB value is (35,204,6). Sum of RGB (Red+Green+Blue) = 35+204+6=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 204 (80.08% from 255 or 83.27% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 204 - color contains mainly: green. Hex color #23CC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23CC06 is #DC33F9. Grayscale: #838383. Windows color (decimal): -14431226 or 445475. OLE color: 445475.

HSL color Cylindrical-coordinate representation of color #23CC06: hue angle of 111.21º 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 #23CC06 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 204 6 -
CMYK 0.83 0 0.97 0.2
HSL 111.21º 0.94% 0.41% -
HSV(B) 111.21º 0.97% 0.8% -
XYZ 22.32 43.56 7.4 -
YUV 130.9 57.51 59.6 -
System Red Green Blue C M Y K H S L
Decimal 35 204 6 0.83 0 0.97 0.2 111.21 0.94 0.41
Hex 23 CC 6 53 0 61 14 6F 5E 29
Octal 43 314 6 123 0 141 24 157 136 51
Binary 100011 11001100 110 1010011 0 1100001 10100 1101111 1011110 101001

Color Harmonies of #23CC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CC06

Black with #23CC06

Text Example


Text Example

White with #23CC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23CC06;
 }
 .AnyTagClassName
 {
   color: #23CC06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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