Html Css Color HEX #7EBF1E Lima

📋 copy color: '#7EBF1E'

red 126 ◦ green 191 ◦ blue 30

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

Shades of Lima #7EBF1E

Tints of Lima #7EBF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 36.31%
G = 55.04%
B = 8.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#7EBF1E (or 0x7EBF1E) is known color: Lima. HEX triplet: 7E, BF and 1E. RGB value is (126,191,30). Sum of RGB (Red+Green+Blue) = 126+191+30=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBF1E is #8140E1. Grayscale: #999999. Windows color (decimal): -8470754 or 2015102. OLE color: 2015102.

HSL color Cylindrical-coordinate representation of color #7EBF1E: hue angle of 84.22º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7EBF1E is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 191 30 -
CMYK 0.34 0 0.84 0.25
HSL 84.22º 0.73% 0.43% -
HSV(B) 84.22º 0.84% 0.75% -
XYZ 27.47 41.79 7.85 -
YUV 153.21 58.47 108.59 -
System Red Green Blue C M Y K H S L
Decimal 126 191 30 0.34 0 0.84 0.25 84.22 0.73 0.43
Hex 7E BF 1E 22 0 54 19 54 49 2B
Octal 176 277 36 42 0 124 31 124 111 53
Binary 1111110 10111111 11110 100010 0 1010100 11001 1010100 1001001 101011

Color Harmonies of #7EBF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBF1E

Black with #7EBF1E

Text Example


Text Example

White with #7EBF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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