Html Css Color HEX #72D41B Lima

📋 copy color: '#72D41B'

red 114 ◦ green 212 ◦ blue 27

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

Shades of Lima #72D41B

Tints of Lima #72D41B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.06%

 BLUE value IS 27 (10.94% from 255) = 7.65%

R = 32.29%
G = 60.06%
B = 7.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#72D41B (or 0x72D41B) is known color: Lima. HEX triplet: 72, D4 and 1B. RGB value is (114,212,27). Sum of RGB (Red+Green+Blue) = 114+212+27=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 212 (83.20% from 255 or 60.06% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 212 - color contains mainly: green. Hex color #72D41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D41B is #8D2BE4. Grayscale: #A2A2A2. Windows color (decimal): -9251813 or 1823858. OLE color: 1823858.

HSL color Cylindrical-coordinate representation of color #72D41B: hue angle of 91.78º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72D41B is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 212 27 -
CMYK 0.46 0 0.87 0.17
HSL 91.78º 0.77% 0.47% -
HSV(B) 91.78º 0.87% 0.83% -
XYZ 30.68 50.74 9.21 -
YUV 161.61 52.03 94.04 -
System Red Green Blue C M Y K H S L
Decimal 114 212 27 0.46 0 0.87 0.17 91.78 0.77 0.47
Hex 72 D4 1B 2E 0 57 11 5C 4D 2F
Octal 162 324 33 56 0 127 21 134 115 57
Binary 1110010 11010100 11011 101110 0 1010111 10001 1011100 1001101 101111

Color Harmonies of #72D41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D41B

Black with #72D41B

Text Example


Text Example

White with #72D41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,212,27); }

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

background-color css

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

 a { background-color: rgb(114,212,27); }

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

border-color css

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

 span { border-color: rgb(114,212,27); }

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