Html Css Color HEX #72D02A Lima

📋 copy color: '#72D02A'

red 114 ◦ green 208 ◦ blue 42

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

Shades of Lima #72D02A

Tints of Lima #72D02A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.14%

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 31.32%
G = 57.14%
B = 11.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#72D02A (or 0x72D02A) is known color: Lima. HEX triplet: 72, D0 and 2A. RGB value is (114,208,42). Sum of RGB (Red+Green+Blue) = 114+208+42=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #72D02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D02A is #8D2FD5. Grayscale: #A1A1A1. Windows color (decimal): -9252822 or 2805874. OLE color: 2805874.

HSL color Cylindrical-coordinate representation of color #72D02A: hue angle of 93.98º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72D02A is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 208 42 -
CMYK 0.45 0 0.80 0.18
HSL 93.98º 0.66% 0.49% -
HSV(B) 93.98º 0.8% 0.82% -
XYZ 29.91 48.86 10.04 -
YUV 160.97 60.86 94.5 -
System Red Green Blue C M Y K H S L
Decimal 114 208 42 0.45 0 0.80 0.18 93.98 0.66 0.49
Hex 72 D0 2A 2D 0 50 12 5E 42 31
Octal 162 320 52 55 0 120 22 136 102 61
Binary 1110010 11010000 101010 101101 0 1010000 10010 1011110 1000010 110001

Color Harmonies of #72D02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D02A

Black with #72D02A

Text Example


Text Example

White with #72D02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,208,42); }

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

background-color css

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

 a { background-color: rgb(114,208,42); }

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

border-color css

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

 span { border-color: rgb(114,208,42); }

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