Html Css Color HEX #7EBE25 Lima

📋 copy color: '#7EBE25'

red 126 ◦ green 190 ◦ blue 37

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

Shades of Lima #7EBE25

Tints of Lima #7EBE25

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.82%

 BLUE value IS 37 (14.84% from 255) = 10.48%

R = 35.69%
G = 53.82%
B = 10.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#7EBE25 (or 0x7EBE25) is known color: Lima. HEX triplet: 7E, BE and 25. RGB value is (126,190,37). Sum of RGB (Red+Green+Blue) = 126+190+37=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBE25 is #8141DA. Grayscale: #999999. Windows color (decimal): -8471003 or 2473598. OLE color: 2473598.

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

Color convert

RGB 126 190 37 -
CMYK 0.34 0 0.81 0.25
HSL 85.1º 0.67% 0.45% -
HSV(B) 85.1º 0.81% 0.75% -
XYZ 27.35 41.4 8.3 -
YUV 153.42 62.3 108.44 -
System Red Green Blue C M Y K H S L
Decimal 126 190 37 0.34 0 0.81 0.25 85.1 0.67 0.45
Hex 7E BE 25 22 0 51 19 55 43 2D
Octal 176 276 45 42 0 121 31 125 103 55
Binary 1111110 10111110 100101 100010 0 1010001 11001 1010101 1000011 101101

Color Harmonies of #7EBE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBE25

Black with #7EBE25

Text Example


Text Example

White with #7EBE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,190,37); }

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

background-color css

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

 a { background-color: rgb(126,190,37); }

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

border-color css

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

 span { border-color: rgb(126,190,37); }

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