Html Css Color HEX #72D217 Lima

📋 copy color: '#72D217'

red 114 ◦ green 210 ◦ blue 23

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

Shades of Lima #72D217

Tints of Lima #72D217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.63%

R = 32.85%
G = 60.52%
B = 6.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#72D217 (or 0x72D217) is known color: Lima. HEX triplet: 72, D2 and 17. RGB value is (114,210,23). Sum of RGB (Red+Green+Blue) = 114+210+23=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #72D217 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D217 is #8D2DE8. Grayscale: #A0A0A0. Windows color (decimal): -9252329 or 1561202. OLE color: 1561202.

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

Color convert

RGB 114 210 23 -
CMYK 0.46 0 0.89 0.18
HSL 90.8º 0.8% 0.46% -
HSV(B) 90.8º 0.89% 0.82% -
XYZ 30.14 49.73 8.82 -
YUV 159.98 50.7 95.21 -
System Red Green Blue C M Y K H S L
Decimal 114 210 23 0.46 0 0.89 0.18 90.8 0.8 0.46
Hex 72 D2 17 2E 0 59 12 5B 50 2E
Octal 162 322 27 56 0 131 22 133 120 56
Binary 1110010 11010010 10111 101110 0 1011001 10010 1011011 1010000 101110

Color Harmonies of #72D217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D217

Black with #72D217

Text Example


Text Example

White with #72D217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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