Html Css Color HEX #7EBD29 Lima

📋 copy color: '#7EBD29'

red 126 ◦ green 189 ◦ blue 41

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

Shades of Lima #7EBD29

Tints of Lima #7EBD29

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.09%

 BLUE value IS 41 (16.41% from 255) = 11.52%

R = 35.39%
G = 53.09%
B = 11.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#7EBD29 (or 0x7EBD29) is known color: Lima. HEX triplet: 7E, BD and 29. RGB value is (126,189,41). Sum of RGB (Red+Green+Blue) = 126+189+41=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBD29 is #8142D6. Grayscale: #999999. Windows color (decimal): -8471255 or 2735486. OLE color: 2735486.

HSL color Cylindrical-coordinate representation of color #7EBD29: hue angle of 85.54º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7EBD29 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 189 41 -
CMYK 0.33 0 0.78 0.26
HSL 85.54º 0.64% 0.45% -
HSV(B) 85.54º 0.78% 0.74% -
XYZ 27.2 40.99 8.58 -
YUV 153.29 64.63 108.53 -
System Red Green Blue C M Y K H S L
Decimal 126 189 41 0.33 0 0.78 0.26 85.54 0.64 0.45
Hex 7E BD 29 21 0 4E 1A 56 40 2D
Octal 176 275 51 41 0 116 32 126 100 55
Binary 1111110 10111101 101001 100001 0 1001110 11010 1010110 1000000 101101

Color Harmonies of #7EBD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBD29

Black with #7EBD29

Text Example


Text Example

White with #7EBD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,189,41); }

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

background-color css

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

 a { background-color: rgb(126,189,41); }

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

border-color css

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

 span { border-color: rgb(126,189,41); }

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