Html Css Color HEX #CFED0F Electric Lime

📋 copy color: '#CFED0F'

red 207 ◦ green 237 ◦ blue 15

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

Shades of Electric Lime #CFED0F

Tints of Electric Lime #CFED0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.27%

R = 45.1%
G = 51.63%
B = 3.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#CFED0F (or 0xCFED0F) is known color: Electric Lime. HEX triplet: CF, ED and 0F. RGB value is (207,237,15). Sum of RGB (Red+Green+Blue) = 207+237+15=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED0F is #3012F0. Grayscale: #CBCBCB. Windows color (decimal): -3150577 or 1043919. OLE color: 1043919.

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

Color convert

RGB 207 237 15 -
CMYK 0.13 0 0.94 0.07
HSL 68.11º 0.88% 0.49% -
HSV(B) 68.11º 0.94% 0.93% -
XYZ 56.1 73.87 11.75 -
YUV 202.72 22.06 131.05 -
System Red Green Blue C M Y K H S L
Decimal 207 237 15 0.13 0 0.94 0.07 68.11 0.88 0.49
Hex CF ED F D 0 5E 7 44 58 31
Octal 317 355 17 15 0 136 7 104 130 61
Binary 11001111 11101101 1111 1101 0 1011110 111 1000100 1011000 110001

Color Harmonies of #CFED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED0F

Black with #CFED0F

Text Example


Text Example

White with #CFED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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