Html Css Color HEX #72D216 Lima

📋 copy color: '#72D216'

red 114 ◦ green 210 ◦ blue 22

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

Shades of Lima #72D216

Tints of Lima #72D216

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60.69%

 BLUE value IS 22 (8.98% from 255) = 6.36%

R = 32.95%
G = 60.69%
B = 6.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#72D216 (or 0x72D216) is known color: Lima. HEX triplet: 72, D2 and 16. RGB value is (114,210,22). Sum of RGB (Red+Green+Blue) = 114+210+22=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 210 (82.42% from 255 or 60.69% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 210 - color contains mainly: green. Hex color #72D216 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D216 is #8D2DE9. Grayscale: #A0A0A0. Windows color (decimal): -9252330 or 1495666. OLE color: 1495666.

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

Color convert

RGB 114 210 22 -
CMYK 0.46 0 0.90 0.18
HSL 90.64º 0.81% 0.45% -
HSV(B) 90.64º 0.9% 0.82% -
XYZ 30.13 49.73 8.77 -
YUV 159.86 50.2 95.29 -
System Red Green Blue C M Y K H S L
Decimal 114 210 22 0.46 0 0.90 0.18 90.64 0.81 0.45
Hex 72 D2 16 2E 0 5A 12 5B 51 2D
Octal 162 322 26 56 0 132 22 133 121 55
Binary 1110010 11010010 10110 101110 0 1011010 10010 1011011 1010001 101101

Color Harmonies of #72D216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D216

Black with #72D216

Text Example


Text Example

White with #72D216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,210,22); }

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

background-color css

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

 a { background-color: rgb(114,210,22); }

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

border-color css

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

 span { border-color: rgb(114,210,22); }

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