Html Css Color HEX #72C231 Lima

📋 copy color: '#72C231'

red 114 ◦ green 194 ◦ blue 49

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

Shades of Lima #72C231

Tints of Lima #72C231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.34%

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 31.93%
G = 54.34%
B = 13.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#72C231 (or 0x72C231) is known color: Lima. HEX triplet: 72, C2 and 31. RGB value is (114,194,49). Sum of RGB (Red+Green+Blue) = 114+194+49=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #72C231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C231 is #8D3DCE. Grayscale: #9A9A9A. Windows color (decimal): -9256399 or 3261042. OLE color: 3261042.

HSL color Cylindrical-coordinate representation of color #72C231: hue angle of 93.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72C231 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 194 49 -
CMYK 0.41 0 0.75 0.24
HSL 93.1º 0.6% 0.48% -
HSV(B) 93.1º 0.75% 0.76% -
XYZ 26.79 42.38 9.67 -
YUV 153.55 69 99.79 -
System Red Green Blue C M Y K H S L
Decimal 114 194 49 0.41 0 0.75 0.24 93.1 0.6 0.48
Hex 72 C2 31 29 0 4B 18 5D 3C 30
Octal 162 302 61 51 0 113 30 135 74 60
Binary 1110010 11000010 110001 101001 0 1001011 11000 1011101 111100 110000

Color Harmonies of #72C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C231

Black with #72C231

Text Example


Text Example

White with #72C231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,194,49); }

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

background-color css

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

 a { background-color: rgb(114,194,49); }

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

border-color css

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

 span { border-color: rgb(114,194,49); }

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