Html Css Color HEX #CCF418 Electric Lime

📋 copy color: '#CCF418'

red 204 ◦ green 244 ◦ blue 24

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

Shades of Electric Lime #CCF418

Tints of Electric Lime #CCF418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.08%

R = 43.22%
G = 51.69%
B = 5.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#CCF418 (or 0xCCF418) is known color: Electric Lime. HEX triplet: CC, F4 and 18. RGB value is (204,244,24). Sum of RGB (Red+Green+Blue) = 204+244+24=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 244 (95.70% from 255 or 51.69% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF418 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF418 is #330BE7. Grayscale: #CFCFCF. Windows color (decimal): -3345384 or 1635532. OLE color: 1635532.

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

Color convert

RGB 204 244 24 -
CMYK 0.16 0 0.90 0.04
HSL 70.91º 0.91% 0.53% -
HSV(B) 70.91º 0.9% 0.96% -
XYZ 57.42 77.6 12.82 -
YUV 206.96 24.75 125.89 -
System Red Green Blue C M Y K H S L
Decimal 204 244 24 0.16 0 0.90 0.04 70.91 0.91 0.53
Hex CC F4 18 10 0 5A 4 47 5B 35
Octal 314 364 30 20 0 132 4 107 133 65
Binary 11001100 11110100 11000 10000 0 1011010 100 1000111 1011011 110101

Color Harmonies of #CCF418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF418

Black with #CCF418

Text Example


Text Example

White with #CCF418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF418; }

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

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

background-color css

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

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

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

border-color css

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

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

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