Html Css Color HEX #CCF80C Electric Lime

📋 copy color: '#CCF80C'

red 204 ◦ green 248 ◦ blue 12

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

Shades of Electric Lime #CCF80C

Tints of Electric Lime #CCF80C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.45%

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

R = 43.97%
G = 53.45%
B = 2.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#CCF80C (or 0xCCF80C) is known color: Electric Lime. HEX triplet: CC, F8 and 0C. RGB value is (204,248,12). Sum of RGB (Red+Green+Blue) = 204+248+12=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 12 (5.08% from 255 or 2.59% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF80C is #3307F3. Grayscale: #D0D0D0. Windows color (decimal): -3344372 or 850124. OLE color: 850124.

HSL color Cylindrical-coordinate representation of color #CCF80C: hue angle of 71.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCF80C is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 12 -
CMYK 0.18 0 0.95 0.03
HSL 71.19º 0.94% 0.51% -
HSV(B) 71.19º 0.95% 0.97% -
XYZ 58.54 80 12.7 -
YUV 207.94 17.42 125.19 -
System Red Green Blue C M Y K H S L
Decimal 204 248 12 0.18 0 0.95 0.03 71.19 0.94 0.51
Hex CC F8 C 12 0 5F 3 47 5E 33
Octal 314 370 14 22 0 137 3 107 136 63
Binary 11001100 11111000 1100 10010 0 1011111 11 1000111 1011110 110011

Color Harmonies of #CCF80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF80C

Black with #CCF80C

Text Example


Text Example

White with #CCF80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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