Html Css Color HEX #CFEC12 Electric Lime

📋 copy color: '#CFEC12'

red 207 ◦ green 236 ◦ blue 18

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

Shades of Electric Lime #CFEC12

Tints of Electric Lime #CFEC12

RGB

 RED value IS 207 (81.25% from 255) = 44.9%

 GREEN value IS 236 (92.58% from 255) = 51.19%

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

R = 44.9%
G = 51.19%
B = 3.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#CFEC12 (or 0xCFEC12) is known color: Electric Lime. HEX triplet: CF, EC and 12. RGB value is (207,236,18). Sum of RGB (Red+Green+Blue) = 207+236+18=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEC12 is #3013ED. Grayscale: #CBCBCB. Windows color (decimal): -3150830 or 1240271. OLE color: 1240271.

HSL color Cylindrical-coordinate representation of color #CFEC12: hue angle of 67.98º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFEC12 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 236 18 -
CMYK 0.12 0 0.92 0.07
HSL 67.98º 0.86% 0.5% -
HSV(B) 67.98º 0.92% 0.93% -
XYZ 55.84 73.3 11.78 -
YUV 202.48 23.89 131.23 -
System Red Green Blue C M Y K H S L
Decimal 207 236 18 0.12 0 0.92 0.07 67.98 0.86 0.5
Hex CF EC 12 C 0 5C 7 44 56 32
Octal 317 354 22 14 0 134 7 104 126 62
Binary 11001111 11101100 10010 1100 0 1011100 111 1000100 1010110 110010

Color Harmonies of #CFEC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEC12

Black with #CFEC12

Text Example


Text Example

White with #CFEC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEC12; }

 p { color: rgb(207,236,18); }

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

background-color css

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

 a { background-color: rgb(207,236,18); }

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

border-color css

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

 span { border-color: rgb(207,236,18); }

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