Html Css Color HEX #CCFF15 Electric Lime

📋 copy color: '#CCFF15'

red 204 ◦ green 255 ◦ blue 21

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

Shades of Electric Lime #CCFF15

Tints of Electric Lime #CCFF15

RGB

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

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

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

R = 42.5%
G = 53.13%
B = 4.38%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#CCFF15 (or 0xCCFF15) is known color: Electric Lime. HEX triplet: CC, FF and 15. RGB value is (204,255,21). Sum of RGB (Red+Green+Blue) = 204+255+21=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 21 (8.59% from 255 or 4.38% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF15 is #3300EA. Grayscale: #D5D5D5. Windows color (decimal): -3342571 or 1441740. OLE color: 1441740.

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

Color convert

RGB 204 255 21 -
CMYK 0.2 0 0.92 0
HSL 73.08º 1% 0.54% -
HSV(B) 73.08º 0.92% 1% -
XYZ 60.8 84.41 13.8 -
YUV 213.08 19.6 121.53 -
System Red Green Blue C M Y K H S L
Decimal 204 255 21 0.2 0 0.92 0 73.08 1 0.54
Hex CC FF 15 14 0 5C 0 49 64 36
Octal 314 377 25 24 0 134 0 111 144 66
Binary 11001100 11111111 10101 10100 0 1011100 0 1001001 1100100 110110

Color Harmonies of #CCFF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF15

Black with #CCFF15

Text Example


Text Example

White with #CCFF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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