Html Css Color HEX #72D125 Lima

📋 copy color: '#72D125'

red 114 ◦ green 209 ◦ blue 37

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

Shades of Lima #72D125

Tints of Lima #72D125

RGB

 RED value IS 114 (44.92% from 255) = 31.67%

 GREEN value IS 209 (82.03% from 255) = 58.06%

 BLUE value IS 37 (14.84% from 255) = 10.28%

R = 31.67%
G = 58.06%
B = 10.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#72D125 (or 0x72D125) is known color: Lima. HEX triplet: 72, D1 and 25. RGB value is (114,209,37). Sum of RGB (Red+Green+Blue) = 114+209+37=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #72D125 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D125 is #8D2EDA. Grayscale: #A1A1A1. Windows color (decimal): -9252571 or 2478450. OLE color: 2478450.

HSL color Cylindrical-coordinate representation of color #72D125: hue angle of 93.14º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72D125 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 209 37 -
CMYK 0.45 0 0.82 0.18
HSL 93.14º 0.7% 0.48% -
HSV(B) 93.14º 0.82% 0.82% -
XYZ 30.07 49.31 9.68 -
YUV 160.99 58.03 94.49 -
System Red Green Blue C M Y K H S L
Decimal 114 209 37 0.45 0 0.82 0.18 93.14 0.7 0.48
Hex 72 D1 25 2D 0 52 12 5D 46 30
Octal 162 321 45 55 0 122 22 135 106 60
Binary 1110010 11010001 100101 101101 0 1010010 10010 1011101 1000110 110000

Color Harmonies of #72D125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D125

Black with #72D125

Text Example


Text Example

White with #72D125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72D125; }

 p { color: rgb(114,209,37); }

 H1.HeaderClassName
 {
   color: #72D125;
 }
 .AnyTagClassName
 {
   color: #72D125;
 }
</style>

background-color css

<style>
 a { background-color: #72D125; }

 a { background-color: rgb(114,209,37); }

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

border-color css

<style>
 span { border-color: #72D125; }

 span { border-color: rgb(114,209,37); }

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