Html Css Color HEX #CCFE0A Electric Lime

📋 copy color: '#CCFE0A'

red 204 ◦ green 254 ◦ blue 10

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

Shades of Electric Lime #CCFE0A

Tints of Electric Lime #CCFE0A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.27%

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

R = 43.59%
G = 54.27%
B = 2.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#CCFE0A (or 0xCCFE0A) is known color: Electric Lime. HEX triplet: CC, FE and 0A. RGB value is (204,254,10). Sum of RGB (Red+Green+Blue) = 204+254+10=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 254 (99.61% from 255 or 54.27% from 468); Blue value is 10 (4.30% from 255 or 2.14% from 468); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE0A is #3301F5. Grayscale: #D4D4D4. Windows color (decimal): -3342838 or 720588. OLE color: 720588.

HSL color Cylindrical-coordinate representation of color #CCFE0A: hue angle of 72.3º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCFE0A is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 254 10 -
CMYK 0.20 0 0.96 0.00
HSL 72.3º 0.99% 0.52% -
HSV(B) 72.3º 0.96% 1% -
XYZ 60.4 83.74 13.27 -
YUV 211.23 14.44 122.84 -
System Red Green Blue C M Y K H S L
Decimal 204 254 10 0.20 0 0.96 0.00 72.3 0.99 0.52
Hex CC FE A 14 0 60 0 48 63 34
Octal 314 376 12 24 0 140 0 110 143 64
Binary 11001100 11111110 1010 10100 0 1100000 0 1001000 1100011 110100

Color Harmonies of #CCFE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE0A

Black with #CCFE0A

Text Example


Text Example

White with #CCFE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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