Html Css Color HEX #CCFE0E Electric Lime

📋 copy color: '#CCFE0E'

red 204 ◦ green 254 ◦ blue 14

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

Shades of Electric Lime #CCFE0E

Tints of Electric Lime #CCFE0E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.81%

 BLUE value IS 14 (5.86% from 255) = 2.97%

R = 43.22%
G = 53.81%
B = 2.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#CCFE0E (or 0xCCFE0E) is known color: Electric Lime. HEX triplet: CC, FE and 0E. RGB value is (204,254,14). Sum of RGB (Red+Green+Blue) = 204+254+14=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 14 (5.86% from 255 or 2.97% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE0E is #3301F1. Grayscale: #D4D4D4. Windows color (decimal): -3342834 or 982732. OLE color: 982732.

HSL color Cylindrical-coordinate representation of color #CCFE0E: hue angle of 72.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCFE0E is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 254 14 -
CMYK 0.20 0 0.94 0.00
HSL 72.5º 0.99% 0.53% -
HSV(B) 72.5º 0.94% 1% -
XYZ 60.42 83.75 13.4 -
YUV 211.69 16.44 122.51 -
System Red Green Blue C M Y K H S L
Decimal 204 254 14 0.20 0 0.94 0.00 72.5 0.99 0.53
Hex CC FE E 14 0 5E 0 48 63 35
Octal 314 376 16 24 0 136 0 110 143 65
Binary 11001100 11111110 1110 10100 0 1011110 0 1001000 1100011 110101

Color Harmonies of #CCFE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE0E

Black with #CCFE0E

Text Example


Text Example

White with #CCFE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE0E; }

 p { color: rgb(204,254,14); }

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

background-color css

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

 a { background-color: rgb(204,254,14); }

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

border-color css

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

 span { border-color: rgb(204,254,14); }

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