Html Css Color HEX #CCFC15 Electric Lime

📋 copy color: '#CCFC15'

red 204 ◦ green 252 ◦ blue 21

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

Shades of Electric Lime #CCFC15

Tints of Electric Lime #CCFC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.4%

R = 42.77%
G = 52.83%
B = 4.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#CCFC15 (or 0xCCFC15) is known color: Electric Lime. HEX triplet: CC, FC and 15. RGB value is (204,252,21). Sum of RGB (Red+Green+Blue) = 204+252+21=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 252 (98.83% from 255 or 52.83% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFC15 is #3303EA. Grayscale: #D4D4D4. Windows color (decimal): -3343339 or 1440972. OLE color: 1440972.

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

Color convert

RGB 204 252 21 -
CMYK 0.19 0 0.92 0.01
HSL 72.47º 0.97% 0.54% -
HSV(B) 72.47º 0.92% 0.99% -
XYZ 59.85 82.51 13.48 -
YUV 211.31 20.6 122.78 -
System Red Green Blue C M Y K H S L
Decimal 204 252 21 0.19 0 0.92 0.01 72.47 0.97 0.54
Hex CC FC 15 13 0 5C 1 48 61 36
Octal 314 374 25 23 0 134 1 110 141 66
Binary 11001100 11111100 10101 10011 0 1011100 1 1001000 1100001 110110

Color Harmonies of #CCFC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC15

Black with #CCFC15

Text Example


Text Example

White with #CCFC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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