Html Css Color HEX #7DB222 Lima

📋 copy color: '#7DB222'

red 125 ◦ green 178 ◦ blue 34

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

Shades of Lima #7DB222

Tints of Lima #7DB222

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.82%

 BLUE value IS 34 (13.67% from 255) = 10.09%

R = 37.09%
G = 52.82%
B = 10.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#7DB222 (or 0x7DB222) is known color: Lima. HEX triplet: 7D, B2 and 22. RGB value is (125,178,34). Sum of RGB (Red+Green+Blue) = 125+178+34=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB222 is #824DDD. Grayscale: #929292. Windows color (decimal): -8539614 or 2273917. OLE color: 2273917.

HSL color Cylindrical-coordinate representation of color #7DB222: hue angle of 82.08º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DB222 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 178 34 -
CMYK 0.30 0 0.81 0.30
HSL 82.08º 0.68% 0.42% -
HSV(B) 82.08º 0.81% 0.7% -
XYZ 24.67 36.32 7.22 -
YUV 145.74 64.94 113.21 -
System Red Green Blue C M Y K H S L
Decimal 125 178 34 0.30 0 0.81 0.30 82.08 0.68 0.42
Hex 7D B2 22 1E 0 51 1E 52 44 2A
Octal 175 262 42 36 0 121 36 122 104 52
Binary 1111101 10110010 100010 11110 0 1010001 11110 1010010 1000100 101010

Color Harmonies of #7DB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB222

Black with #7DB222

Text Example


Text Example

White with #7DB222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,178,34); }

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

background-color css

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

 a { background-color: rgb(125,178,34); }

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

border-color css

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

 span { border-color: rgb(125,178,34); }

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