Html Css Color HEX #72D325 Lima

📋 copy color: '#72D325'

red 114 ◦ green 211 ◦ blue 37

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

Shades of Lima #72D325

Tints of Lima #72D325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 58.29%

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

R = 31.49%
G = 58.29%
B = 10.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#72D325 (or 0x72D325) is known color: Lima. HEX triplet: 72, D3 and 25. RGB value is (114,211,37). Sum of RGB (Red+Green+Blue) = 114+211+37=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 211 (82.81% from 255 or 58.29% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 211 - color contains mainly: green. Hex color #72D325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D325 is #8D2CDA. Grayscale: #A2A2A2. Windows color (decimal): -9252059 or 2478962. OLE color: 2478962.

HSL color Cylindrical-coordinate representation of color #72D325: hue angle of 93.45º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72D325 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 211 37 -
CMYK 0.46 0 0.82 0.17
HSL 93.45º 0.7% 0.49% -
HSV(B) 93.45º 0.82% 0.83% -
XYZ 30.57 50.3 9.85 -
YUV 162.16 57.36 93.65 -
System Red Green Blue C M Y K H S L
Decimal 114 211 37 0.46 0 0.82 0.17 93.45 0.7 0.49
Hex 72 D3 25 2E 0 52 11 5D 46 31
Octal 162 323 45 56 0 122 21 135 106 61
Binary 1110010 11010011 100101 101110 0 1010010 10001 1011101 1000110 110001

Color Harmonies of #72D325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D325

Black with #72D325

Text Example


Text Example

White with #72D325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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