Html Css Color HEX #7DBA27 Lima

📋 copy color: '#7DBA27'

red 125 ◦ green 186 ◦ blue 39

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

Shades of Lima #7DBA27

Tints of Lima #7DBA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.14%

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

R = 35.71%
G = 53.14%
B = 11.14%

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

#7DBA27 (or 0x7DBA27) is known color: Lima. HEX triplet: 7D, BA and 27. RGB value is (125,186,39). Sum of RGB (Red+Green+Blue) = 125+186+39=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA27 is #8245D8. Grayscale: #979797. Windows color (decimal): -8537561 or 2603645. OLE color: 2603645.

HSL color Cylindrical-coordinate representation of color #7DBA27: hue angle of 84.9º 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 #7DBA27 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 39 -
CMYK 0.33 0 0.79 0.27
HSL 84.9º 0.65% 0.44% -
HSV(B) 84.9º 0.79% 0.73% -
XYZ 26.38 39.62 8.18 -
YUV 151 64.79 109.45 -
System Red Green Blue C M Y K H S L
Decimal 125 186 39 0.33 0 0.79 0.27 84.9 0.65 0.44
Hex 7D BA 27 21 0 4F 1B 55 41 2C
Octal 175 272 47 41 0 117 33 125 101 54
Binary 1111101 10111010 100111 100001 0 1001111 11011 1010101 1000001 101100

Color Harmonies of #7DBA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA27

Black with #7DBA27

Text Example


Text Example

White with #7DBA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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