Html Css Color HEX #CCFE0F Electric Lime

📋 copy color: '#CCFE0F'

red 204 ◦ green 254 ◦ blue 15

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

Shades of Electric Lime #CCFE0F

Tints of Electric Lime #CCFE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.17%

R = 43.13%
G = 53.7%
B = 3.17%

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

#CCFE0F (or 0xCCFE0F) is known color: Electric Lime. HEX triplet: CC, FE and 0F. RGB value is (204,254,15). Sum of RGB (Red+Green+Blue) = 204+254+15=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE0F is #3301F0. Grayscale: #D4D4D4. Windows color (decimal): -3342833 or 1048268. OLE color: 1048268.

HSL color Cylindrical-coordinate representation of color #CCFE0F: hue angle of 72.55º 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 #CCFE0F is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 254 15 -
CMYK 0.20 0 0.94 0.00
HSL 72.55º 0.99% 0.53% -
HSV(B) 72.55º 0.94% 1% -
XYZ 60.43 83.76 13.43 -
YUV 211.8 16.94 122.43 -
System Red Green Blue C M Y K H S L
Decimal 204 254 15 0.20 0 0.94 0.00 72.55 0.99 0.53
Hex CC FE F 14 0 5E 0 49 63 35
Octal 314 376 17 24 0 136 0 111 143 65
Binary 11001100 11111110 1111 10100 0 1011110 0 1001001 1100011 110101

Color Harmonies of #CCFE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE0F

Black with #CCFE0F

Text Example


Text Example

White with #CCFE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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