Html Css Color HEX #72D625 Lima

📋 copy color: '#72D625'

red 114 ◦ green 214 ◦ blue 37

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

Shades of Lima #72D625

Tints of Lima #72D625

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.63%

 BLUE value IS 37 (14.84% from 255) = 10.14%

R = 31.23%
G = 58.63%
B = 10.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#72D625 (or 0x72D625) is known color: Lima. HEX triplet: 72, D6 and 25. RGB value is (114,214,37). Sum of RGB (Red+Green+Blue) = 114+214+37=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #72D625 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D625 is #8D29DA. Grayscale: #A4A4A4. Windows color (decimal): -9251291 or 2479730. OLE color: 2479730.

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

Color convert

RGB 114 214 37 -
CMYK 0.47 0 0.83 0.16
HSL 93.9º 0.71% 0.49% -
HSV(B) 93.9º 0.83% 0.84% -
XYZ 31.32 51.8 10.1 -
YUV 163.92 56.37 92.39 -
System Red Green Blue C M Y K H S L
Decimal 114 214 37 0.47 0 0.83 0.16 93.9 0.71 0.49
Hex 72 D6 25 2F 0 53 10 5E 47 31
Octal 162 326 45 57 0 123 20 136 107 61
Binary 1110010 11010110 100101 101111 0 1010011 10000 1011110 1000111 110001

Color Harmonies of #72D625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D625

Black with #72D625

Text Example


Text Example

White with #72D625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,214,37); }

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

background-color css

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

 a { background-color: rgb(114,214,37); }

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

border-color css

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

 span { border-color: rgb(114,214,37); }

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