Html Css Color HEX #CCF81D Electric Lime

📋 copy color: '#CCF81D'

red 204 ◦ green 248 ◦ blue 29

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

Shades of Electric Lime #CCF81D

Tints of Electric Lime #CCF81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.03%

R = 42.41%
G = 51.56%
B = 6.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#CCF81D (or 0xCCF81D) is known color: Electric Lime. HEX triplet: CC, F8 and 1D. RGB value is (204,248,29). Sum of RGB (Red+Green+Blue) = 204+248+29=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 248 (97.27% from 255 or 51.56% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF81D is #3307E2. Grayscale: #D2D2D2. Windows color (decimal): -3344355 or 1964236. OLE color: 1964236.

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

Color convert

RGB 204 248 29 -
CMYK 0.18 0 0.88 0.03
HSL 72.05º 0.94% 0.54% -
HSV(B) 72.05º 0.88% 0.97% -
XYZ 58.69 80.06 13.52 -
YUV 209.88 25.92 123.81 -
System Red Green Blue C M Y K H S L
Decimal 204 248 29 0.18 0 0.88 0.03 72.05 0.94 0.54
Hex CC F8 1D 12 0 58 3 48 5E 36
Octal 314 370 35 22 0 130 3 110 136 66
Binary 11001100 11111000 11101 10010 0 1011000 11 1001000 1011110 110110

Color Harmonies of #CCF81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF81D

Black with #CCF81D

Text Example


Text Example

White with #CCF81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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