Html Css Color HEX #CCFF1E Electric Lime

📋 copy color: '#CCFF1E'

red 204 ◦ green 255 ◦ blue 30

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

Shades of Electric Lime #CCFF1E

Tints of Electric Lime #CCFF1E

RGB

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

 GREEN value IS 255 (100% from 255) = 52.15%

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

R = 41.72%
G = 52.15%
B = 6.13%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#CCFF1E (or 0xCCFF1E) is known color: Electric Lime. HEX triplet: CC, FF and 1E. RGB value is (204,255,30). Sum of RGB (Red+Green+Blue) = 204+255+30=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 30 (12.11% from 255 or 6.13% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF1E is #3300E1. Grayscale: #D6D6D6. Windows color (decimal): -3342562 or 2031564. OLE color: 2031564.

HSL color Cylindrical-coordinate representation of color #CCFF1E: hue angle of 73.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCFF1E is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 30 -
CMYK 0.2 0 0.88 0
HSL 73.6º 1% 0.56% -
HSV(B) 73.6º 0.88% 1% -
XYZ 60.9 84.45 14.32 -
YUV 214.1 24.1 120.8 -
System Red Green Blue C M Y K H S L
Decimal 204 255 30 0.2 0 0.88 0 73.6 1 0.56
Hex CC FF 1E 14 0 58 0 4A 64 38
Octal 314 377 36 24 0 130 0 112 144 70
Binary 11001100 11111111 11110 10100 0 1011000 0 1001010 1100100 111000

Color Harmonies of #CCFF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF1E

Black with #CCFF1E

Text Example


Text Example

White with #CCFF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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