Html Css Color HEX #CCFE13 Electric Lime

📋 copy color: '#CCFE13'

red 204 ◦ green 254 ◦ blue 19

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

Shades of Electric Lime #CCFE13

Tints of Electric Lime #CCFE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.98%

R = 42.77%
G = 53.25%
B = 3.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#CCFE13 (or 0xCCFE13) is known color: Electric Lime. HEX triplet: CC, FE and 13. RGB value is (204,254,19). Sum of RGB (Red+Green+Blue) = 204+254+19=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 19 (7.81% from 255 or 3.98% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE13 is #3301EC. Grayscale: #D5D5D5. Windows color (decimal): -3342829 or 1310412. OLE color: 1310412.

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

Color convert

RGB 204 254 19 -
CMYK 0.20 0 0.93 0.00
HSL 72.77º 0.99% 0.54% -
HSV(B) 72.77º 0.93% 1% -
XYZ 60.46 83.77 13.6 -
YUV 212.26 18.94 122.11 -
System Red Green Blue C M Y K H S L
Decimal 204 254 19 0.20 0 0.93 0.00 72.77 0.99 0.54
Hex CC FE 13 14 0 5D 0 49 63 36
Octal 314 376 23 24 0 135 0 111 143 66
Binary 11001100 11111110 10011 10100 0 1011101 0 1001001 1100011 110110

Color Harmonies of #CCFE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE13

Black with #CCFE13

Text Example


Text Example

White with #CCFE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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