Html Css Color HEX #CCF012 Electric Lime

📋 copy color: '#CCF012'

red 204 ◦ green 240 ◦ blue 18

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

Shades of Electric Lime #CCF012

Tints of Electric Lime #CCF012

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.95%

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

R = 44.16%
G = 51.95%
B = 3.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#CCF012 (or 0xCCF012) is known color: Electric Lime. HEX triplet: CC, F0 and 12. RGB value is (204,240,18). Sum of RGB (Red+Green+Blue) = 204+240+18=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF012 is #330FED. Grayscale: #CCCCCC. Windows color (decimal): -3346414 or 1241292. OLE color: 1241292.

HSL color Cylindrical-coordinate representation of color #CCF012: hue angle of 69.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCF012 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 18 -
CMYK 0.15 0 0.92 0.06
HSL 69.73º 0.88% 0.51% -
HSV(B) 69.73º 0.93% 0.94% -
XYZ 56.17 75.2 12.13 -
YUV 203.93 23.07 128.05 -
System Red Green Blue C M Y K H S L
Decimal 204 240 18 0.15 0 0.92 0.06 69.73 0.88 0.51
Hex CC F0 12 F 0 5C 6 46 58 33
Octal 314 360 22 17 0 134 6 106 130 63
Binary 11001100 11110000 10010 1111 0 1011100 110 1000110 1011000 110011

Color Harmonies of #CCF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF012

Black with #CCF012

Text Example


Text Example

White with #CCF012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF012; }

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

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

background-color css

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

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

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

border-color css

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

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

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