Html Css Color HEX #7EBF34 Lima

📋 copy color: '#7EBF34'

red 126 ◦ green 191 ◦ blue 52

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

Shades of Lima #7EBF34

Tints of Lima #7EBF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 34.15%
G = 51.76%
B = 14.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#7EBF34 (or 0x7EBF34) is known color: Lima. HEX triplet: 7E, BF and 34. RGB value is (126,191,52). Sum of RGB (Red+Green+Blue) = 126+191+52=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBF34 is #8140CB. Grayscale: #9C9C9C. Windows color (decimal): -8470732 or 3456894. OLE color: 3456894.

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

Color convert

RGB 126 191 52 -
CMYK 0.34 0 0.73 0.25
HSL 88.06º 0.57% 0.48% -
HSV(B) 88.06º 0.73% 0.75% -
XYZ 27.85 41.95 9.88 -
YUV 155.72 69.47 106.8 -
System Red Green Blue C M Y K H S L
Decimal 126 191 52 0.34 0 0.73 0.25 88.06 0.57 0.48
Hex 7E BF 34 22 0 49 19 58 39 30
Octal 176 277 64 42 0 111 31 130 71 60
Binary 1111110 10111111 110100 100010 0 1001001 11001 1011000 111001 110000

Color Harmonies of #7EBF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBF34

Black with #7EBF34

Text Example


Text Example

White with #7EBF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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