Html Css Color HEX #72C425 Lima

📋 copy color: '#72C425'

red 114 ◦ green 196 ◦ blue 37

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

Shades of Lima #72C425

Tints of Lima #72C425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.48%

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

R = 32.85%
G = 56.48%
B = 10.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#72C425 (or 0x72C425) is known color: Lima. HEX triplet: 72, C4 and 25. RGB value is (114,196,37). Sum of RGB (Red+Green+Blue) = 114+196+37=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 196 (76.95% from 255 or 56.48% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 196 - color contains mainly: green. Hex color #72C425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C425 is #8D3BDA. Grayscale: #999999. Windows color (decimal): -9255899 or 2475122. OLE color: 2475122.

HSL color Cylindrical-coordinate representation of color #72C425: hue angle of 90.94º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72C425 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 114 196 37 -
CMYK 0.42 0 0.81 0.23
HSL 90.94º 0.68% 0.46% -
HSV(B) 90.94º 0.81% 0.77% -
XYZ 27.01 43.19 8.66 -
YUV 153.36 62.33 99.93 -
System Red Green Blue C M Y K H S L
Decimal 114 196 37 0.42 0 0.81 0.23 90.94 0.68 0.46
Hex 72 C4 25 2A 0 51 17 5B 44 2E
Octal 162 304 45 52 0 121 27 133 104 56
Binary 1110010 11000100 100101 101010 0 1010001 10111 1011011 1000100 101110

Color Harmonies of #72C425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C425

Black with #72C425

Text Example


Text Example

White with #72C425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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