Html Css Color HEX #7ECF06 Lima

📋 copy color: '#7ECF06'

red 126 ◦ green 207 ◦ blue 6

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

Shades of Lima #7ECF06

Tints of Lima #7ECF06

RGB

 RED value IS 126 (49.61% from 255) = 37.17%

 GREEN value IS 207 (81.25% from 255) = 61.06%

 BLUE value IS 6 (2.73% from 255) = 1.77%

R = 37.17%
G = 61.06%
B = 1.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#7ECF06 (or 0x7ECF06) is known color: Lima. HEX triplet: 7E, CF and 06. RGB value is (126,207,6). Sum of RGB (Red+Green+Blue) = 126+207+6=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECF06 is #8130F9. Grayscale: #A0A0A0. Windows color (decimal): -8466682 or 446334. OLE color: 446334.

HSL color Cylindrical-coordinate representation of color #7ECF06: hue angle of 84.18º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7ECF06 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 207 6 -
CMYK 0.39 0 0.97 0.19
HSL 84.18º 0.94% 0.42% -
HSV(B) 84.18º 0.97% 0.81% -
XYZ 30.95 49.07 8.01 -
YUV 159.87 41.16 103.84 -
System Red Green Blue C M Y K H S L
Decimal 126 207 6 0.39 0 0.97 0.19 84.18 0.94 0.42
Hex 7E CF 6 27 0 61 13 54 5E 2A
Octal 176 317 6 47 0 141 23 124 136 52
Binary 1111110 11001111 110 100111 0 1100001 10011 1010100 1011110 101010

Color Harmonies of #7ECF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECF06

Black with #7ECF06

Text Example


Text Example

White with #7ECF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ECF06; }

 p { color: rgb(126,207,6); }

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

background-color css

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

 a { background-color: rgb(126,207,6); }

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

border-color css

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

 span { border-color: rgb(126,207,6); }

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