Html Css Color HEX #72C31F Lima

📋 copy color: '#72C31F'

red 114 ◦ green 195 ◦ blue 31

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

Shades of Lima #72C31F

Tints of Lima #72C31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.35%

 BLUE value IS 31 (12.5% from 255) = 9.12%

R = 33.53%
G = 57.35%
B = 9.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#72C31F (or 0x72C31F) is known color: Lima. HEX triplet: 72, C3 and 1F. RGB value is (114,195,31). Sum of RGB (Red+Green+Blue) = 114+195+31=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #72C31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C31F is #8D3CE0. Grayscale: #989898. Windows color (decimal): -9256161 or 2081650. OLE color: 2081650.

HSL color Cylindrical-coordinate representation of color #72C31F: hue angle of 89.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72C31F is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 195 31 -
CMYK 0.42 0 0.84 0.24
HSL 89.63º 0.73% 0.44% -
HSV(B) 89.63º 0.84% 0.76% -
XYZ 26.7 42.71 8.13 -
YUV 152.09 59.66 100.84 -
System Red Green Blue C M Y K H S L
Decimal 114 195 31 0.42 0 0.84 0.24 89.63 0.73 0.44
Hex 72 C3 1F 2A 0 54 18 5A 49 2C
Octal 162 303 37 52 0 124 30 132 111 54
Binary 1110010 11000011 11111 101010 0 1010100 11000 1011010 1001001 101100

Color Harmonies of #72C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C31F

Black with #72C31F

Text Example


Text Example

White with #72C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,195,31); }

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

background-color css

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

 a { background-color: rgb(114,195,31); }

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

border-color css

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

 span { border-color: rgb(114,195,31); }

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