Html Css Color HEX #CCF212 Electric Lime

📋 copy color: '#CCF212'

red 204 ◦ green 242 ◦ blue 18

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

Shades of Electric Lime #CCF212

Tints of Electric Lime #CCF212

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.16%

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

R = 43.97%
G = 52.16%
B = 3.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#CCF212 (or 0xCCF212) is known color: Electric Lime. HEX triplet: CC, F2 and 12. RGB value is (204,242,18). Sum of RGB (Red+Green+Blue) = 204+242+18=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF212 is #330DED. Grayscale: #CDCDCD. Windows color (decimal): -3345902 or 1241804. OLE color: 1241804.

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

Color convert

RGB 204 242 18 -
CMYK 0.16 0 0.93 0.05
HSL 70.18º 0.9% 0.51% -
HSV(B) 70.18º 0.93% 0.95% -
XYZ 56.76 76.39 12.32 -
YUV 205.1 22.41 127.21 -
System Red Green Blue C M Y K H S L
Decimal 204 242 18 0.16 0 0.93 0.05 70.18 0.9 0.51
Hex CC F2 12 10 0 5D 5 46 5A 33
Octal 314 362 22 20 0 135 5 106 132 63
Binary 11001100 11110010 10010 10000 0 1011101 101 1000110 1011010 110011

Color Harmonies of #CCF212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF212

Black with #CCF212

Text Example


Text Example

White with #CCF212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF212; }

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

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

background-color css

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

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

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

border-color css

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

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

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