Html Css Color HEX #CCF415 Electric Lime

📋 copy color: '#CCF415'

red 204 ◦ green 244 ◦ blue 21

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

Shades of Electric Lime #CCF415

Tints of Electric Lime #CCF415

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.03%

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

R = 43.5%
G = 52.03%
B = 4.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#CCF415 (or 0xCCF415) is known color: Electric Lime. HEX triplet: CC, F4 and 15. RGB value is (204,244,21). Sum of RGB (Red+Green+Blue) = 204+244+21=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 244 (95.70% from 255 or 52.03% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF415 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF415 is #330BEA. Grayscale: #CFCFCF. Windows color (decimal): -3345387 or 1438924. OLE color: 1438924.

HSL color Cylindrical-coordinate representation of color #CCF415: hue angle of 70.76º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCF415 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 21 -
CMYK 0.16 0 0.91 0.04
HSL 70.76º 0.91% 0.52% -
HSV(B) 70.76º 0.91% 0.96% -
XYZ 57.39 77.59 12.66 -
YUV 206.62 23.25 126.13 -
System Red Green Blue C M Y K H S L
Decimal 204 244 21 0.16 0 0.91 0.04 70.76 0.91 0.52
Hex CC F4 15 10 0 5B 4 47 5B 34
Octal 314 364 25 20 0 133 4 107 133 64
Binary 11001100 11110100 10101 10000 0 1011011 100 1000111 1011011 110100

Color Harmonies of #CCF415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF415

Black with #CCF415

Text Example


Text Example

White with #CCF415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF415; }

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

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

background-color css

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

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

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

border-color css

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

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

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