Html Css Color HEX #CCFC1A Electric Lime

📋 copy color: '#CCFC1A'

red 204 ◦ green 252 ◦ blue 26

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

Shades of Electric Lime #CCFC1A

Tints of Electric Lime #CCFC1A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.28%

 BLUE value IS 26 (10.55% from 255) = 5.39%

R = 42.32%
G = 52.28%
B = 5.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#CCFC1A (or 0xCCFC1A) is known color: Electric Lime. HEX triplet: CC, FC and 1A. RGB value is (204,252,26). Sum of RGB (Red+Green+Blue) = 204+252+26=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 26 (10.55% from 255 or 5.39% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC1A is #3303E5. Grayscale: #D4D4D4. Windows color (decimal): -3343334 or 1768652. OLE color: 1768652.

HSL color Cylindrical-coordinate representation of color #CCFC1A: hue angle of 72.74º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCFC1A is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 26 -
CMYK 0.19 0 0.90 0.01
HSL 72.74º 0.97% 0.55% -
HSV(B) 72.74º 0.9% 0.99% -
XYZ 59.9 82.53 13.75 -
YUV 211.88 23.1 122.38 -
System Red Green Blue C M Y K H S L
Decimal 204 252 26 0.19 0 0.90 0.01 72.74 0.97 0.55
Hex CC FC 1A 13 0 5A 1 49 61 37
Octal 314 374 32 23 0 132 1 111 141 67
Binary 11001100 11111100 11010 10011 0 1011010 1 1001001 1100001 110111

Color Harmonies of #CCFC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC1A

Black with #CCFC1A

Text Example


Text Example

White with #CCFC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC1A; }

 p { color: rgb(204,252,26); }

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

background-color css

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

 a { background-color: rgb(204,252,26); }

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

border-color css

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

 span { border-color: rgb(204,252,26); }

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