Html Css Color HEX #7EBF2D Lima

📋 copy color: '#7EBF2D'

red 126 ◦ green 191 ◦ blue 45

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

Shades of Lima #7EBF2D

Tints of Lima #7EBF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.43%

R = 34.81%
G = 52.76%
B = 12.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#7EBF2D (or 0x7EBF2D) is known color: Lima. HEX triplet: 7E, BF and 2D. RGB value is (126,191,45). Sum of RGB (Red+Green+Blue) = 126+191+45=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBF2D is #8140D2. Grayscale: #9B9B9B. Windows color (decimal): -8470739 or 2998142. OLE color: 2998142.

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

Color convert

RGB 126 191 45 -
CMYK 0.34 0 0.76 0.25
HSL 86.71º 0.62% 0.46% -
HSV(B) 86.71º 0.76% 0.75% -
XYZ 27.71 41.89 9.11 -
YUV 154.92 65.97 107.37 -
System Red Green Blue C M Y K H S L
Decimal 126 191 45 0.34 0 0.76 0.25 86.71 0.62 0.46
Hex 7E BF 2D 22 0 4C 19 57 3E 2E
Octal 176 277 55 42 0 114 31 127 76 56
Binary 1111110 10111111 101101 100010 0 1001100 11001 1010111 111110 101110

Color Harmonies of #7EBF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBF2D

Black with #7EBF2D

Text Example


Text Example

White with #7EBF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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