Html Css Color HEX #CCF81C Electric Lime

📋 copy color: '#CCF81C'

red 204 ◦ green 248 ◦ blue 28

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

Shades of Electric Lime #CCF81C

Tints of Electric Lime #CCF81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.83%

R = 42.5%
G = 51.67%
B = 5.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#CCF81C (or 0xCCF81C) is known color: Electric Lime. HEX triplet: CC, F8 and 1C. RGB value is (204,248,28). Sum of RGB (Red+Green+Blue) = 204+248+28=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 28 (11.33% from 255 or 5.83% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF81C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF81C is #3307E3. Grayscale: #D2D2D2. Windows color (decimal): -3344356 or 1898700. OLE color: 1898700.

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

Color convert

RGB 204 248 28 -
CMYK 0.18 0 0.89 0.03
HSL 72º 0.94% 0.54% -
HSV(B) 72º 0.89% 0.97% -
XYZ 58.68 80.06 13.46 -
YUV 209.76 25.42 123.89 -
System Red Green Blue C M Y K H S L
Decimal 204 248 28 0.18 0 0.89 0.03 72 0.94 0.54
Hex CC F8 1C 12 0 59 3 48 5E 36
Octal 314 370 34 22 0 131 3 110 136 66
Binary 11001100 11111000 11100 10010 0 1011001 11 1001000 1011110 110110

Color Harmonies of #CCF81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF81C

Black with #CCF81C

Text Example


Text Example

White with #CCF81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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