Html Css Color HEX #CCFC0A Electric Lime

📋 copy color: '#CCFC0A'

red 204 ◦ green 252 ◦ blue 10

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

Shades of Electric Lime #CCFC0A

Tints of Electric Lime #CCFC0A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.08%

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

R = 43.78%
G = 54.08%
B = 2.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#CCFC0A (or 0xCCFC0A) is known color: Electric Lime. HEX triplet: CC, FC and 0A. RGB value is (204,252,10). Sum of RGB (Red+Green+Blue) = 204+252+10=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFC0A is #3303F5. Grayscale: #D2D2D2. Windows color (decimal): -3343350 or 720076. OLE color: 720076.

HSL color Cylindrical-coordinate representation of color #CCFC0A: hue angle of 71.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCFC0A is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 10 -
CMYK 0.19 0 0.96 0.01
HSL 71.9º 0.98% 0.51% -
HSV(B) 71.9º 0.96% 0.99% -
XYZ 59.77 82.48 13.06 -
YUV 210.06 15.1 123.68 -
System Red Green Blue C M Y K H S L
Decimal 204 252 10 0.19 0 0.96 0.01 71.9 0.98 0.51
Hex CC FC A 13 0 60 1 48 62 33
Octal 314 374 12 23 0 140 1 110 142 63
Binary 11001100 11111100 1010 10011 0 1100000 1 1001000 1100010 110011

Color Harmonies of #CCFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC0A

Black with #CCFC0A

Text Example


Text Example

White with #CCFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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