Html Css Color HEX #72D521 Lima

📋 copy color: '#72D521'

red 114 ◦ green 213 ◦ blue 33

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

Shades of Lima #72D521

Tints of Lima #72D521

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.17%

 BLUE value IS 33 (13.28% from 255) = 9.17%

R = 31.67%
G = 59.17%
B = 9.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#72D521 (or 0x72D521) is known color: Lima. HEX triplet: 72, D5 and 21. RGB value is (114,213,33). Sum of RGB (Red+Green+Blue) = 114+213+33=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #72D521 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D521 is #8D2ADE. Grayscale: #A3A3A3. Windows color (decimal): -9251551 or 2217330. OLE color: 2217330.

HSL color Cylindrical-coordinate representation of color #72D521: hue angle of 93º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72D521 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 213 33 -
CMYK 0.46 0 0.85 0.16
HSL 93º 0.73% 0.48% -
HSV(B) 93º 0.85% 0.84% -
XYZ 31.01 51.28 9.7 -
YUV 162.88 54.7 93.14 -
System Red Green Blue C M Y K H S L
Decimal 114 213 33 0.46 0 0.85 0.16 93 0.73 0.48
Hex 72 D5 21 2E 0 55 10 5D 49 30
Octal 162 325 41 56 0 125 20 135 111 60
Binary 1110010 11010101 100001 101110 0 1010101 10000 1011101 1001001 110000

Color Harmonies of #72D521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D521

Black with #72D521

Text Example


Text Example

White with #72D521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,213,33); }

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

background-color css

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

 a { background-color: rgb(114,213,33); }

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

border-color css

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

 span { border-color: rgb(114,213,33); }

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