Html Css Color HEX #CFED12 Electric Lime

📋 copy color: '#CFED12'

red 207 ◦ green 237 ◦ blue 18

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

Shades of Electric Lime #CFED12

Tints of Electric Lime #CFED12

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.3%

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

R = 44.81%
G = 51.3%
B = 3.9%

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

#CFED12 (or 0xCFED12) is known color: Electric Lime. HEX triplet: CF, ED and 12. RGB value is (207,237,18). Sum of RGB (Red+Green+Blue) = 207+237+18=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED12 is #3012ED. Grayscale: #CBCBCB. Windows color (decimal): -3150574 or 1240527. OLE color: 1240527.

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

Color convert

RGB 207 237 18 -
CMYK 0.13 0 0.92 0.07
HSL 68.22º 0.86% 0.5% -
HSV(B) 68.22º 0.92% 0.93% -
XYZ 56.13 73.88 11.87 -
YUV 203.06 23.56 130.81 -
System Red Green Blue C M Y K H S L
Decimal 207 237 18 0.13 0 0.92 0.07 68.22 0.86 0.5
Hex CF ED 12 D 0 5C 7 44 56 32
Octal 317 355 22 15 0 134 7 104 126 62
Binary 11001111 11101101 10010 1101 0 1011100 111 1000100 1010110 110010

Color Harmonies of #CFED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED12

Black with #CFED12

Text Example


Text Example

White with #CFED12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED12; }

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

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

background-color css

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

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

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

border-color css

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

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

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