Html Css Color HEX #7DBB24 Lima

📋 copy color: '#7DBB24'

red 125 ◦ green 187 ◦ blue 36

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

Shades of Lima #7DBB24

Tints of Lima #7DBB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.34%

R = 35.92%
G = 53.74%
B = 10.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#7DBB24 (or 0x7DBB24) is known color: Lima. HEX triplet: 7D, BB and 24. RGB value is (125,187,36). Sum of RGB (Red+Green+Blue) = 125+187+36=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBB24 is #8244DB. Grayscale: #979797. Windows color (decimal): -8537308 or 2407293. OLE color: 2407293.

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

Color convert

RGB 125 187 36 -
CMYK 0.33 0 0.81 0.27
HSL 84.64º 0.68% 0.44% -
HSV(B) 84.64º 0.81% 0.73% -
XYZ 26.55 40.03 8 -
YUV 151.25 62.96 109.28 -
System Red Green Blue C M Y K H S L
Decimal 125 187 36 0.33 0 0.81 0.27 84.64 0.68 0.44
Hex 7D BB 24 21 0 51 1B 55 44 2C
Octal 175 273 44 41 0 121 33 125 104 54
Binary 1111101 10111011 100100 100001 0 1010001 11011 1010101 1000100 101100

Color Harmonies of #7DBB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBB24

Black with #7DBB24

Text Example


Text Example

White with #7DBB24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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