Html Css Color HEX #CCF412 Electric Lime

📋 copy color: '#CCF412'

red 204 ◦ green 244 ◦ blue 18

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

Shades of Electric Lime #CCF412

Tints of Electric Lime #CCF412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.86%

R = 43.78%
G = 52.36%
B = 3.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#CCF412 (or 0xCCF412) is known color: Electric Lime. HEX triplet: CC, F4 and 12. RGB value is (204,244,18). Sum of RGB (Red+Green+Blue) = 204+244+18=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 244 (95.70% from 255 or 52.36% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF412 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF412 is #330BED. Grayscale: #CFCFCF. Windows color (decimal): -3345390 or 1242316. OLE color: 1242316.

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

Color convert

RGB 204 244 18 -
CMYK 0.16 0 0.93 0.04
HSL 70.62º 0.91% 0.51% -
HSV(B) 70.62º 0.93% 0.96% -
XYZ 57.36 77.58 12.52 -
YUV 206.28 21.75 126.38 -
System Red Green Blue C M Y K H S L
Decimal 204 244 18 0.16 0 0.93 0.04 70.62 0.91 0.51
Hex CC F4 12 10 0 5D 4 47 5B 33
Octal 314 364 22 20 0 135 4 107 133 63
Binary 11001100 11110100 10010 10000 0 1011101 100 1000111 1011011 110011

Color Harmonies of #CCF412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF412

Black with #CCF412

Text Example


Text Example

White with #CCF412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF412; }

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

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

background-color css

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

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

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

border-color css

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

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

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