Html Css Color HEX #72D32C Lima

📋 copy color: '#72D32C'

red 114 ◦ green 211 ◦ blue 44

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

Shades of Lima #72D32C

Tints of Lima #72D32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.92%

R = 30.89%
G = 57.18%
B = 11.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#72D32C (or 0x72D32C) is known color: Lima. HEX triplet: 72, D3 and 2C. RGB value is (114,211,44). Sum of RGB (Red+Green+Blue) = 114+211+44=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 211 (82.81% from 255 or 57.18% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 211 - color contains mainly: green. Hex color #72D32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D32C is #8D2CD3. Grayscale: #A3A3A3. Windows color (decimal): -9252052 or 2937714. OLE color: 2937714.

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

Color convert

RGB 114 211 44 -
CMYK 0.46 0 0.79 0.17
HSL 94.85º 0.65% 0.5% -
HSV(B) 94.85º 0.79% 0.83% -
XYZ 30.69 50.35 10.48 -
YUV 162.96 60.86 93.08 -
System Red Green Blue C M Y K H S L
Decimal 114 211 44 0.46 0 0.79 0.17 94.85 0.65 0.5
Hex 72 D3 2C 2E 0 4F 11 5F 41 32
Octal 162 323 54 56 0 117 21 137 101 62
Binary 1110010 11010011 101100 101110 0 1001111 10001 1011111 1000001 110010

Color Harmonies of #72D32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D32C

Black with #72D32C

Text Example


Text Example

White with #72D32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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