Html Css Color HEX #72BD2D Lima

📋 copy color: '#72BD2D'

red 114 ◦ green 189 ◦ blue 45

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

Shades of Lima #72BD2D

Tints of Lima #72BD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.31%

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 32.76%
G = 54.31%
B = 12.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#72BD2D (or 0x72BD2D) is known color: Lima. HEX triplet: 72, BD and 2D. RGB value is (114,189,45). Sum of RGB (Red+Green+Blue) = 114+189+45=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BD2D is #8D42D2. Grayscale: #969696. Windows color (decimal): -9257683 or 2997618. OLE color: 2997618.

HSL color Cylindrical-coordinate representation of color #72BD2D: hue angle of 91.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72BD2D is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 189 45 -
CMYK 0.40 0 0.76 0.26
HSL 91.25º 0.62% 0.46% -
HSV(B) 91.25º 0.76% 0.74% -
XYZ 25.61 40.16 8.88 -
YUV 150.16 68.65 102.21 -
System Red Green Blue C M Y K H S L
Decimal 114 189 45 0.40 0 0.76 0.26 91.25 0.62 0.46
Hex 72 BD 2D 28 0 4C 1A 5B 3E 2E
Octal 162 275 55 50 0 114 32 133 76 56
Binary 1110010 10111101 101101 101000 0 1001100 11010 1011011 111110 101110

Color Harmonies of #72BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BD2D

Black with #72BD2D

Text Example


Text Example

White with #72BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,189,45); }

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

background-color css

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

 a { background-color: rgb(114,189,45); }

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

border-color css

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

 span { border-color: rgb(114,189,45); }

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