Html Css Color HEX #CCFA1C Electric Lime

📋 copy color: '#CCFA1C'

red 204 ◦ green 250 ◦ blue 28

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

Shades of Electric Lime #CCFA1C

Tints of Electric Lime #CCFA1C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.87%

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

R = 42.32%
G = 51.87%
B = 5.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#CCFA1C (or 0xCCFA1C) is known color: Electric Lime. HEX triplet: CC, FA and 1C. RGB value is (204,250,28). Sum of RGB (Red+Green+Blue) = 204+250+28=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFA1C is #3305E3. Grayscale: #D3D3D3. Windows color (decimal): -3343844 or 1899212. OLE color: 1899212.

HSL color Cylindrical-coordinate representation of color #CCFA1C: hue angle of 72.43º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCFA1C is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 28 -
CMYK 0.18 0 0.89 0.02
HSL 72.43º 0.96% 0.55% -
HSV(B) 72.43º 0.89% 0.98% -
XYZ 59.3 81.29 13.66 -
YUV 210.94 24.76 123.05 -
System Red Green Blue C M Y K H S L
Decimal 204 250 28 0.18 0 0.89 0.02 72.43 0.96 0.55
Hex CC FA 1C 12 0 59 2 48 60 37
Octal 314 372 34 22 0 131 2 110 140 67
Binary 11001100 11111010 11100 10010 0 1011001 10 1001000 1100000 110111

Color Harmonies of #CCFA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFA1C

Black with #CCFA1C

Text Example


Text Example

White with #CCFA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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