Html Css Color HEX #7ECF05 Lima

📋 copy color: '#7ECF05'

red 126 ◦ green 207 ◦ blue 5

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

Shades of Lima #7ECF05

Tints of Lima #7ECF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 37.28%
G = 61.24%
B = 1.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#7ECF05 (or 0x7ECF05) is known color: Lima. HEX triplet: 7E, CF and 05. RGB value is (126,207,5). Sum of RGB (Red+Green+Blue) = 126+207+5=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECF05 is #8130FA. Grayscale: #A0A0A0. Windows color (decimal): -8466683 or 380798. OLE color: 380798.

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

Color convert

RGB 126 207 5 -
CMYK 0.39 0 0.98 0.19
HSL 84.06º 0.95% 0.42% -
HSV(B) 84.06º 0.98% 0.81% -
XYZ 30.94 49.07 7.98 -
YUV 159.75 40.66 103.93 -
System Red Green Blue C M Y K H S L
Decimal 126 207 5 0.39 0 0.98 0.19 84.06 0.95 0.42
Hex 7E CF 5 27 0 62 13 54 5F 2A
Octal 176 317 5 47 0 142 23 124 137 52
Binary 1111110 11001111 101 100111 0 1100010 10011 1010100 1011111 101010

Color Harmonies of #7ECF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECF05

Black with #7ECF05

Text Example


Text Example

White with #7ECF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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