Html Css Color HEX #7DBB29 Lima

📋 copy color: '#7DBB29'

red 125 ◦ green 187 ◦ blue 41

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

Shades of Lima #7DBB29

Tints of Lima #7DBB29

RGB

 RED value IS 125 (49.22% from 255) = 35.41%

 GREEN value IS 187 (73.44% from 255) = 52.97%

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

R = 35.41%
G = 52.97%
B = 11.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#7DBB29 (or 0x7DBB29) is known color: Lima. HEX triplet: 7D, BB and 29. RGB value is (125,187,41). Sum of RGB (Red+Green+Blue) = 125+187+41=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBB29 is #8244D6. Grayscale: #989898. Windows color (decimal): -8537303 or 2734973. OLE color: 2734973.

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

Color convert

RGB 125 187 41 -
CMYK 0.33 0 0.78 0.27
HSL 85.48º 0.64% 0.45% -
HSV(B) 85.48º 0.78% 0.73% -
XYZ 26.63 40.06 8.43 -
YUV 151.82 65.46 108.87 -
System Red Green Blue C M Y K H S L
Decimal 125 187 41 0.33 0 0.78 0.27 85.48 0.64 0.45
Hex 7D BB 29 21 0 4E 1B 55 40 2D
Octal 175 273 51 41 0 116 33 125 100 55
Binary 1111101 10111011 101001 100001 0 1001110 11011 1010101 1000000 101101

Color Harmonies of #7DBB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBB29

Black with #7DBB29

Text Example


Text Example

White with #7DBB29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,187,41); }

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

background-color css

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

 a { background-color: rgb(125,187,41); }

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

border-color css

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

 span { border-color: rgb(125,187,41); }

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