Html Css Color HEX #CFF707 Electric Lime

📋 copy color: '#CFF707'

red 207 ◦ green 247 ◦ blue 7

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

Shades of Electric Lime #CFF707

Tints of Electric Lime #CFF707

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53.58%

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 44.9%
G = 53.58%
B = 1.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#CFF707 (or 0xCFF707) is known color: Electric Lime. HEX triplet: CF, F7 and 07. RGB value is (207,247,7). Sum of RGB (Red+Green+Blue) = 207+247+7=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF707 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF707 is #3008F8. Grayscale: #D0D0D0. Windows color (decimal): -3148025 or 522191. OLE color: 522191.

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

Color convert

RGB 207 247 7 -
CMYK 0.16 0 0.97 0.03
HSL 70º 0.94% 0.5% -
HSV(B) 70º 0.97% 0.97% -
XYZ 59.03 79.8 12.49 -
YUV 207.68 14.75 127.51 -
System Red Green Blue C M Y K H S L
Decimal 207 247 7 0.16 0 0.97 0.03 70 0.94 0.5
Hex CF F7 7 10 0 61 3 46 5E 32
Octal 317 367 7 20 0 141 3 106 136 62
Binary 11001111 11110111 111 10000 0 1100001 11 1000110 1011110 110010

Color Harmonies of #CFF707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF707

Black with #CFF707

Text Example


Text Example

White with #CFF707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF707; }

 p { color: rgb(207,247,7); }

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

background-color css

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

 a { background-color: rgb(207,247,7); }

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

border-color css

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

 span { border-color: rgb(207,247,7); }

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