Html Css Color HEX #72C025 Lima

📋 copy color: '#72C025'

red 114 ◦ green 192 ◦ blue 37

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

Shades of Lima #72C025

Tints of Lima #72C025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.98%

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

R = 33.24%
G = 55.98%
B = 10.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#72C025 (or 0x72C025) is known color: Lima. HEX triplet: 72, C0 and 25. RGB value is (114,192,37). Sum of RGB (Red+Green+Blue) = 114+192+37=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #72C025 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C025 is #8D3FDA. Grayscale: #979797. Windows color (decimal): -9256923 or 2474098. OLE color: 2474098.

HSL color Cylindrical-coordinate representation of color #72C025: hue angle of 90.19º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72C025 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 192 37 -
CMYK 0.41 0 0.81 0.25
HSL 90.19º 0.68% 0.45% -
HSV(B) 90.19º 0.81% 0.75% -
XYZ 26.12 41.41 8.37 -
YUV 151.01 63.66 101.6 -
System Red Green Blue C M Y K H S L
Decimal 114 192 37 0.41 0 0.81 0.25 90.19 0.68 0.45
Hex 72 C0 25 29 0 51 19 5A 44 2D
Octal 162 300 45 51 0 121 31 132 104 55
Binary 1110010 11000000 100101 101001 0 1010001 11001 1011010 1000100 101101

Color Harmonies of #72C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C025

Black with #72C025

Text Example


Text Example

White with #72C025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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