Html Css Color HEX #73BE21 Lima

📋 copy color: '#73BE21'

red 115 ◦ green 190 ◦ blue 33

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

Shades of Lima #73BE21

Tints of Lima #73BE21

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.21%

 BLUE value IS 33 (13.28% from 255) = 9.76%

R = 34.02%
G = 56.21%
B = 9.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#73BE21 (or 0x73BE21) is known color: Lima. HEX triplet: 73, BE and 21. RGB value is (115,190,33). Sum of RGB (Red+Green+Blue) = 115+190+33=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BE21 is #8C41DE. Grayscale: #969696. Windows color (decimal): -9191903 or 2211443. OLE color: 2211443.

HSL color Cylindrical-coordinate representation of color #73BE21: hue angle of 88.66º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73BE21 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 190 33 -
CMYK 0.39 0 0.83 0.25
HSL 88.66º 0.7% 0.44% -
HSV(B) 88.66º 0.83% 0.75% -
XYZ 25.76 40.58 7.91 -
YUV 149.68 62.15 103.27 -
System Red Green Blue C M Y K H S L
Decimal 115 190 33 0.39 0 0.83 0.25 88.66 0.7 0.44
Hex 73 BE 21 27 0 53 19 59 46 2C
Octal 163 276 41 47 0 123 31 131 106 54
Binary 1110011 10111110 100001 100111 0 1010011 11001 1011001 1000110 101100

Color Harmonies of #73BE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BE21

Black with #73BE21

Text Example


Text Example

White with #73BE21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,190,33); }

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

background-color css

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

 a { background-color: rgb(115,190,33); }

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

border-color css

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

 span { border-color: rgb(115,190,33); }

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