Html Css Color HEX #CCE60C Electric Lime

📋 copy color: '#CCE60C'

red 204 ◦ green 230 ◦ blue 12

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

Shades of Electric Lime #CCE60C

Tints of Electric Lime #CCE60C

RGB

 RED value IS 204 (80.08% from 255) = 45.74%

 GREEN value IS 230 (90.23% from 255) = 51.57%

 BLUE value IS 12 (5.08% from 255) = 2.69%

R = 45.74%
G = 51.57%
B = 2.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#CCE60C (or 0xCCE60C) is known color: Electric Lime. HEX triplet: CC, E6 and 0C. RGB value is (204,230,12). Sum of RGB (Red+Green+Blue) = 204+230+12=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE60C is #3319F3. Grayscale: #C6C6C6. Windows color (decimal): -3348980 or 845516. OLE color: 845516.

HSL color Cylindrical-coordinate representation of color #CCE60C: hue angle of 67.16º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCE60C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 230 12 -
CMYK 0.11 0 0.95 0.10
HSL 67.16º 0.9% 0.47% -
HSV(B) 67.16º 0.95% 0.9% -
XYZ 53.27 69.46 10.95 -
YUV 197.37 23.39 132.73 -
System Red Green Blue C M Y K H S L
Decimal 204 230 12 0.11 0 0.95 0.10 67.16 0.9 0.47
Hex CC E6 C B 0 5F A 43 5A 2F
Octal 314 346 14 13 0 137 12 103 132 57
Binary 11001100 11100110 1100 1011 0 1011111 1010 1000011 1011010 101111

Color Harmonies of #CCE60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE60C

Black with #CCE60C

Text Example


Text Example

White with #CCE60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE60C; }

 p { color: rgb(204,230,12); }

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

background-color css

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

 a { background-color: rgb(204,230,12); }

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

border-color css

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

 span { border-color: rgb(204,230,12); }

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