Html Css Color HEX #CCE60A Electric Lime

📋 copy color: '#CCE60A'

red 204 ◦ green 230 ◦ blue 10

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

Shades of Electric Lime #CCE60A

Tints of Electric Lime #CCE60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 45.95%
G = 51.8%
B = 2.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#CCE60A (or 0xCCE60A) is known color: Electric Lime. HEX triplet: CC, E6 and 0A. RGB value is (204,230,10). Sum of RGB (Red+Green+Blue) = 204+230+10=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE60A is #3319F5. Grayscale: #C5C5C5. Windows color (decimal): -3348982 or 714444. OLE color: 714444.

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

Color convert

RGB 204 230 10 -
CMYK 0.11 0 0.96 0.10
HSL 67.09º 0.92% 0.47% -
HSV(B) 67.09º 0.96% 0.9% -
XYZ 53.25 69.45 10.89 -
YUV 197.15 22.39 132.89 -
System Red Green Blue C M Y K H S L
Decimal 204 230 10 0.11 0 0.96 0.10 67.09 0.92 0.47
Hex CC E6 A B 0 60 A 43 5C 2F
Octal 314 346 12 13 0 140 12 103 134 57
Binary 11001100 11100110 1010 1011 0 1100000 1010 1000011 1011100 101111

Color Harmonies of #CCE60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE60A

Black with #CCE60A

Text Example


Text Example

White with #CCE60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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