Html Css Color HEX #7DBB27 Lima

📋 copy color: '#7DBB27'

red 125 ◦ green 187 ◦ blue 39

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

Shades of Lima #7DBB27

Tints of Lima #7DBB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.11%

R = 35.61%
G = 53.28%
B = 11.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#7DBB27 (or 0x7DBB27) is known color: Lima. HEX triplet: 7D, BB and 27. RGB value is (125,187,39). Sum of RGB (Red+Green+Blue) = 125+187+39=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBB27 is #8244D8. Grayscale: #989898. Windows color (decimal): -8537305 or 2603901. OLE color: 2603901.

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

Color convert

RGB 125 187 39 -
CMYK 0.33 0 0.79 0.27
HSL 85.14º 0.65% 0.44% -
HSV(B) 85.14º 0.79% 0.73% -
XYZ 26.59 40.05 8.25 -
YUV 151.59 64.46 109.03 -
System Red Green Blue C M Y K H S L
Decimal 125 187 39 0.33 0 0.79 0.27 85.14 0.65 0.44
Hex 7D BB 27 21 0 4F 1B 55 41 2C
Octal 175 273 47 41 0 117 33 125 101 54
Binary 1111101 10111011 100111 100001 0 1001111 11011 1010101 1000001 101100

Color Harmonies of #7DBB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBB27

Black with #7DBB27

Text Example


Text Example

White with #7DBB27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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