Html Css Color HEX #CCFC1E Electric Lime

📋 copy color: '#CCFC1E'

red 204 ◦ green 252 ◦ blue 30

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

Shades of Electric Lime #CCFC1E

Tints of Electric Lime #CCFC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.17%

R = 41.98%
G = 51.85%
B = 6.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#CCFC1E (or 0xCCFC1E) is known color: Electric Lime. HEX triplet: CC, FC and 1E. RGB value is (204,252,30). Sum of RGB (Red+Green+Blue) = 204+252+30=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 30 (12.11% from 255 or 6.17% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC1E is #3303E1. Grayscale: #D5D5D5. Windows color (decimal): -3343330 or 2030796. OLE color: 2030796.

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

Color convert

RGB 204 252 30 -
CMYK 0.19 0 0.88 0.01
HSL 72.97º 0.97% 0.55% -
HSV(B) 72.97º 0.88% 0.99% -
XYZ 59.95 82.55 14 -
YUV 212.34 25.1 122.05 -
System Red Green Blue C M Y K H S L
Decimal 204 252 30 0.19 0 0.88 0.01 72.97 0.97 0.55
Hex CC FC 1E 13 0 58 1 49 61 37
Octal 314 374 36 23 0 130 1 111 141 67
Binary 11001100 11111100 11110 10011 0 1011000 1 1001001 1100001 110111

Color Harmonies of #CCFC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC1E

Black with #CCFC1E

Text Example


Text Example

White with #CCFC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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