Html Css Color HEX #72C42B Lima

📋 copy color: '#72C42B'

red 114 ◦ green 196 ◦ blue 43

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

Shades of Lima #72C42B

Tints of Lima #72C42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.18%

R = 32.29%
G = 55.52%
B = 12.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#72C42B (or 0x72C42B) is known color: Lima. HEX triplet: 72, C4 and 2B. RGB value is (114,196,43). Sum of RGB (Red+Green+Blue) = 114+196+43=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #72C42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C42B is #8D3BD4. Grayscale: #9A9A9A. Windows color (decimal): -9255893 or 2868338. OLE color: 2868338.

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

Color convert

RGB 114 196 43 -
CMYK 0.42 0 0.78 0.23
HSL 92.16º 0.64% 0.47% -
HSV(B) 92.16º 0.78% 0.77% -
XYZ 27.12 43.23 9.2 -
YUV 154.04 65.33 99.44 -
System Red Green Blue C M Y K H S L
Decimal 114 196 43 0.42 0 0.78 0.23 92.16 0.64 0.47
Hex 72 C4 2B 2A 0 4E 17 5C 40 2F
Octal 162 304 53 52 0 116 27 134 100 57
Binary 1110010 11000100 101011 101010 0 1001110 10111 1011100 1000000 101111

Color Harmonies of #72C42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C42B

Black with #72C42B

Text Example


Text Example

White with #72C42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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