Html Css Color HEX #72BC30 Lima

📋 copy color: '#72BC30'

red 114 ◦ green 188 ◦ blue 48

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

Shades of Lima #72BC30

Tints of Lima #72BC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.71%

R = 32.57%
G = 53.71%
B = 13.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#72BC30 (or 0x72BC30) is known color: Lima. HEX triplet: 72, BC and 30. RGB value is (114,188,48). Sum of RGB (Red+Green+Blue) = 114+188+48=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BC30 is #8D43CF. Grayscale: #969696. Windows color (decimal): -9257936 or 3193970. OLE color: 3193970.

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

Color convert

RGB 114 188 48 -
CMYK 0.39 0 0.74 0.26
HSL 91.71º 0.59% 0.46% -
HSV(B) 91.71º 0.74% 0.74% -
XYZ 25.46 39.76 9.13 -
YUV 149.91 70.48 102.38 -
System Red Green Blue C M Y K H S L
Decimal 114 188 48 0.39 0 0.74 0.26 91.71 0.59 0.46
Hex 72 BC 30 27 0 4A 1A 5C 3B 2E
Octal 162 274 60 47 0 112 32 134 73 56
Binary 1110010 10111100 110000 100111 0 1001010 11010 1011100 111011 101110

Color Harmonies of #72BC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BC30

Black with #72BC30

Text Example


Text Example

White with #72BC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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