Html Css Color HEX #72BA27 Lima

📋 copy color: '#72BA27'

red 114 ◦ green 186 ◦ blue 39

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

Shades of Lima #72BA27

Tints of Lima #72BA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.87%

 BLUE value IS 39 (15.63% from 255) = 11.5%

R = 33.63%
G = 54.87%
B = 11.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#72BA27 (or 0x72BA27) is known color: Lima. HEX triplet: 72, BA and 27. RGB value is (114,186,39). Sum of RGB (Red+Green+Blue) = 114+186+39=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BA27 is #8D45D8. Grayscale: #949494. Windows color (decimal): -9258457 or 2603634. OLE color: 2603634.

HSL color Cylindrical-coordinate representation of color #72BA27: hue angle of 89.39º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72BA27 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 186 39 -
CMYK 0.39 0 0.79 0.27
HSL 89.39º 0.65% 0.44% -
HSV(B) 89.39º 0.79% 0.73% -
XYZ 24.86 38.84 8.11 -
YUV 147.71 66.65 103.95 -
System Red Green Blue C M Y K H S L
Decimal 114 186 39 0.39 0 0.79 0.27 89.39 0.65 0.44
Hex 72 BA 27 27 0 4F 1B 59 41 2C
Octal 162 272 47 47 0 117 33 131 101 54
Binary 1110010 10111010 100111 100111 0 1001111 11011 1011001 1000001 101100

Color Harmonies of #72BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA27

Black with #72BA27

Text Example


Text Example

White with #72BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,186,39); }

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

background-color css

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

 a { background-color: rgb(114,186,39); }

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

border-color css

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

 span { border-color: rgb(114,186,39); }

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