Html Css Color HEX #73BC33 Lima

📋 copy color: '#73BC33'

red 115 ◦ green 188 ◦ blue 51

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

Shades of Lima #73BC33

Tints of Lima #73BC33

RGB

 RED value IS 115 (45.31% from 255) = 32.49%

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

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

R = 32.49%
G = 53.11%
B = 14.41%

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

#73BC33 (or 0x73BC33) is known color: Lima. HEX triplet: 73, BC and 33. RGB value is (115,188,51). Sum of RGB (Red+Green+Blue) = 115+188+51=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BC33 is #8C43CC. Grayscale: #979797. Windows color (decimal): -9192397 or 3390579. OLE color: 3390579.

HSL color Cylindrical-coordinate representation of color #73BC33: hue angle of 91.97º 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 #73BC33 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 188 51 -
CMYK 0.39 0 0.73 0.26
HSL 91.97º 0.57% 0.47% -
HSV(B) 91.97º 0.73% 0.74% -
XYZ 25.65 39.85 9.47 -
YUV 150.56 71.82 102.64 -
System Red Green Blue C M Y K H S L
Decimal 115 188 51 0.39 0 0.73 0.26 91.97 0.57 0.47
Hex 73 BC 33 27 0 49 1A 5C 39 2F
Octal 163 274 63 47 0 111 32 134 71 57
Binary 1110011 10111100 110011 100111 0 1001001 11010 1011100 111001 101111

Color Harmonies of #73BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BC33

Black with #73BC33

Text Example


Text Example

White with #73BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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