Html Css Color HEX #CFEF0F Electric Lime

📋 copy color: '#CFEF0F'

red 207 ◦ green 239 ◦ blue 15

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

Shades of Electric Lime #CFEF0F

Tints of Electric Lime #CFEF0F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.84%

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

R = 44.9%
G = 51.84%
B = 3.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#CFEF0F (or 0xCFEF0F) is known color: Electric Lime. HEX triplet: CF, EF and 0F. RGB value is (207,239,15). Sum of RGB (Red+Green+Blue) = 207+239+15=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF0F is #3010F0. Grayscale: #CCCCCC. Windows color (decimal): -3150065 or 1044431. OLE color: 1044431.

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

Color convert

RGB 207 239 15 -
CMYK 0.13 0 0.94 0.06
HSL 68.57º 0.88% 0.5% -
HSV(B) 68.57º 0.94% 0.94% -
XYZ 56.68 75.03 11.95 -
YUV 203.9 21.4 130.21 -
System Red Green Blue C M Y K H S L
Decimal 207 239 15 0.13 0 0.94 0.06 68.57 0.88 0.5
Hex CF EF F D 0 5E 6 45 58 32
Octal 317 357 17 15 0 136 6 105 130 62
Binary 11001111 11101111 1111 1101 0 1011110 110 1000101 1011000 110010

Color Harmonies of #CFEF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF0F

Black with #CFEF0F

Text Example


Text Example

White with #CFEF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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