Html Css Color HEX #72D721 Lima

📋 copy color: '#72D721'

red 114 ◦ green 215 ◦ blue 33

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

Shades of Lima #72D721

Tints of Lima #72D721

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.39%

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

R = 31.49%
G = 59.39%
B = 9.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#72D721 (or 0x72D721) is known color: Lima. HEX triplet: 72, D7 and 21. RGB value is (114,215,33). Sum of RGB (Red+Green+Blue) = 114+215+33=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 215 (84.38% from 255 or 59.39% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 215 - color contains mainly: green. Hex color #72D721 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D721 is #8D28DE. Grayscale: #A4A4A4. Windows color (decimal): -9251039 or 2217842. OLE color: 2217842.

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

Color convert

RGB 114 215 33 -
CMYK 0.47 0 0.85 0.16
HSL 93.3º 0.73% 0.49% -
HSV(B) 93.3º 0.85% 0.84% -
XYZ 31.51 52.29 9.87 -
YUV 164.05 54.04 92.3 -
System Red Green Blue C M Y K H S L
Decimal 114 215 33 0.47 0 0.85 0.16 93.3 0.73 0.49
Hex 72 D7 21 2F 0 55 10 5D 49 31
Octal 162 327 41 57 0 125 20 135 111 61
Binary 1110010 11010111 100001 101111 0 1010101 10000 1011101 1001001 110001

Color Harmonies of #72D721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D721

Black with #72D721

Text Example


Text Example

White with #72D721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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