Html Css Color HEX #72BC33 Lima

📋 copy color: '#72BC33'

red 114 ◦ green 188 ◦ blue 51

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

Shades of Lima #72BC33

Tints of Lima #72BC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.45%

R = 32.29%
G = 53.26%
B = 14.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#72BC33 (or 0x72BC33) is known color: Lima. HEX triplet: 72, BC and 33. RGB value is (114,188,51). Sum of RGB (Red+Green+Blue) = 114+188+51=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BC33 is #8D43CC. Grayscale: #969696. Windows color (decimal): -9257933 or 3390578. OLE color: 3390578.

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

Color convert

RGB 114 188 51 -
CMYK 0.39 0 0.73 0.26
HSL 92.41º 0.57% 0.47% -
HSV(B) 92.41º 0.73% 0.74% -
XYZ 25.52 39.78 9.47 -
YUV 150.26 71.98 102.14 -
System Red Green Blue C M Y K H S L
Decimal 114 188 51 0.39 0 0.73 0.26 92.41 0.57 0.47
Hex 72 BC 33 27 0 49 1A 5C 39 2F
Octal 162 274 63 47 0 111 32 134 71 57
Binary 1110010 10111100 110011 100111 0 1001001 11010 1011100 111001 101111

Color Harmonies of #72BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BC33

Black with #72BC33

Text Example


Text Example

White with #72BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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