Html Css Color HEX #72BC2B Lima

📋 copy color: '#72BC2B'

red 114 ◦ green 188 ◦ blue 43

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

Shades of Lima #72BC2B

Tints of Lima #72BC2B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.49%

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

R = 33.04%
G = 54.49%
B = 12.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#72BC2B (or 0x72BC2B) is known color: Lima. HEX triplet: 72, BC and 2B. RGB value is (114,188,43). Sum of RGB (Red+Green+Blue) = 114+188+43=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BC2B is #8D43D4. Grayscale: #959595. Windows color (decimal): -9257941 or 2866290. OLE color: 2866290.

HSL color Cylindrical-coordinate representation of color #72BC2B: hue angle of 90.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72BC2B is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 188 43 -
CMYK 0.39 0 0.77 0.26
HSL 90.62º 0.63% 0.45% -
HSV(B) 90.62º 0.77% 0.74% -
XYZ 25.36 39.72 8.62 -
YUV 149.34 67.98 102.79 -
System Red Green Blue C M Y K H S L
Decimal 114 188 43 0.39 0 0.77 0.26 90.62 0.63 0.45
Hex 72 BC 2B 27 0 4D 1A 5B 3F 2D
Octal 162 274 53 47 0 115 32 133 77 55
Binary 1110010 10111100 101011 100111 0 1001101 11010 1011011 111111 101101

Color Harmonies of #72BC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BC2B

Black with #72BC2B

Text Example


Text Example

White with #72BC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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