Html Css Color HEX #CFEE12 Electric Lime

📋 copy color: '#CFEE12'

red 207 ◦ green 238 ◦ blue 18

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

Shades of Electric Lime #CFEE12

Tints of Electric Lime #CFEE12

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.4%

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

R = 44.71%
G = 51.4%
B = 3.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#CFEE12 (or 0xCFEE12) is known color: Electric Lime. HEX triplet: CF, EE and 12. RGB value is (207,238,18). Sum of RGB (Red+Green+Blue) = 207+238+18=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE12 is #3011ED. Grayscale: #CCCCCC. Windows color (decimal): -3150318 or 1240783. OLE color: 1240783.

HSL color Cylindrical-coordinate representation of color #CFEE12: hue angle of 68.45º degrees, saturation: 0.87, 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 #CFEE12 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 18 -
CMYK 0.13 0 0.92 0.07
HSL 68.45º 0.87% 0.5% -
HSV(B) 68.45º 0.92% 0.93% -
XYZ 56.42 74.46 11.97 -
YUV 203.65 23.23 130.39 -
System Red Green Blue C M Y K H S L
Decimal 207 238 18 0.13 0 0.92 0.07 68.45 0.87 0.5
Hex CF EE 12 D 0 5C 7 44 57 32
Octal 317 356 22 15 0 134 7 104 127 62
Binary 11001111 11101110 10010 1101 0 1011100 111 1000100 1010111 110010

Color Harmonies of #CFEE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE12

Black with #CFEE12

Text Example


Text Example

White with #CFEE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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