Html Css Color HEX #CFED11 Electric Lime

📋 copy color: '#CFED11'

red 207 ◦ green 237 ◦ blue 17

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

Shades of Electric Lime #CFED11

Tints of Electric Lime #CFED11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.69%

R = 44.9%
G = 51.41%
B = 3.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#CFED11 (or 0xCFED11) is known color: Electric Lime. HEX triplet: CF, ED and 11. RGB value is (207,237,17). Sum of RGB (Red+Green+Blue) = 207+237+17=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED11 is #3012EE. Grayscale: #CBCBCB. Windows color (decimal): -3150575 or 1174991. OLE color: 1174991.

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

Color convert

RGB 207 237 17 -
CMYK 0.13 0 0.93 0.07
HSL 68.18º 0.87% 0.5% -
HSV(B) 68.18º 0.93% 0.93% -
XYZ 56.12 73.87 11.83 -
YUV 202.95 23.06 130.89 -
System Red Green Blue C M Y K H S L
Decimal 207 237 17 0.13 0 0.93 0.07 68.18 0.87 0.5
Hex CF ED 11 D 0 5D 7 44 57 32
Octal 317 355 21 15 0 135 7 104 127 62
Binary 11001111 11101101 10001 1101 0 1011101 111 1000100 1010111 110010

Color Harmonies of #CFED11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED11

Black with #CFED11

Text Example


Text Example

White with #CFED11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED11; }

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

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

background-color css

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

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

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

border-color css

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

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

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