Html Css Color HEX #7DBB26 Lima

📋 copy color: '#7DBB26'

red 125 ◦ green 187 ◦ blue 38

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

Shades of Lima #7DBB26

Tints of Lima #7DBB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.86%

R = 35.71%
G = 53.43%
B = 10.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#7DBB26 (or 0x7DBB26) is known color: Lima. HEX triplet: 7D, BB and 26. RGB value is (125,187,38). Sum of RGB (Red+Green+Blue) = 125+187+38=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 187 (73.44% from 255 or 53.43% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBB26 is #8244D9. Grayscale: #989898. Windows color (decimal): -8537306 or 2538365. OLE color: 2538365.

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

Color convert

RGB 125 187 38 -
CMYK 0.33 0 0.80 0.27
HSL 84.97º 0.66% 0.44% -
HSV(B) 84.97º 0.8% 0.73% -
XYZ 26.58 40.04 8.16 -
YUV 151.48 63.96 109.12 -
System Red Green Blue C M Y K H S L
Decimal 125 187 38 0.33 0 0.80 0.27 84.97 0.66 0.44
Hex 7D BB 26 21 0 50 1B 55 42 2C
Octal 175 273 46 41 0 120 33 125 102 54
Binary 1111101 10111011 100110 100001 0 1010000 11011 1010101 1000010 101100

Color Harmonies of #7DBB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBB26

Black with #7DBB26

Text Example


Text Example

White with #7DBB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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