Html Css Color HEX #7EBF3A Lima

📋 copy color: '#7EBF3A'

red 126 ◦ green 191 ◦ blue 58

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

Shades of Lima #7EBF3A

Tints of Lima #7EBF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 50.93%

 BLUE value IS 58 (23.05% from 255) = 15.47%

R = 33.6%
G = 50.93%
B = 15.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#7EBF3A (or 0x7EBF3A) is known color: Lima. HEX triplet: 7E, BF and 3A. RGB value is (126,191,58). Sum of RGB (Red+Green+Blue) = 126+191+58=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBF3A is #8140C5. Grayscale: #9C9C9C. Windows color (decimal): -8470726 or 3850110. OLE color: 3850110.

HSL color Cylindrical-coordinate representation of color #7EBF3A: hue angle of 89.32º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7EBF3A is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 191 58 -
CMYK 0.34 0 0.70 0.25
HSL 89.32º 0.53% 0.49% -
HSV(B) 89.32º 0.7% 0.75% -
XYZ 28 42 10.63 -
YUV 156.4 72.47 106.31 -
System Red Green Blue C M Y K H S L
Decimal 126 191 58 0.34 0 0.70 0.25 89.32 0.53 0.49
Hex 7E BF 3A 22 0 46 19 59 35 31
Octal 176 277 72 42 0 106 31 131 65 61
Binary 1111110 10111111 111010 100010 0 1000110 11001 1011001 110101 110001

Color Harmonies of #7EBF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBF3A

Black with #7EBF3A

Text Example


Text Example

White with #7EBF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,191,58); }

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

background-color css

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

 a { background-color: rgb(126,191,58); }

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

border-color css

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

 span { border-color: rgb(126,191,58); }

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