Html Css Color HEX #73CD2B Lima

📋 copy color: '#73CD2B'

red 115 ◦ green 205 ◦ blue 43

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

Shades of Lima #73CD2B

Tints of Lima #73CD2B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.47%

 BLUE value IS 43 (17.19% from 255) = 11.85%

R = 31.68%
G = 56.47%
B = 11.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#73CD2B (or 0x73CD2B) is known color: Lima. HEX triplet: 73, CD and 2B. RGB value is (115,205,43). Sum of RGB (Red+Green+Blue) = 115+205+43=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CD2B is #8C32D4. Grayscale: #A0A0A0. Windows color (decimal): -9188053 or 2870643. OLE color: 2870643.

HSL color Cylindrical-coordinate representation of color #73CD2B: hue angle of 93.33º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73CD2B is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 205 43 -
CMYK 0.44 0 0.79 0.20
HSL 93.33º 0.65% 0.49% -
HSV(B) 93.33º 0.79% 0.8% -
XYZ 29.34 47.48 9.9 -
YUV 159.62 62.18 96.17 -
System Red Green Blue C M Y K H S L
Decimal 115 205 43 0.44 0 0.79 0.20 93.33 0.65 0.49
Hex 73 CD 2B 2C 0 4F 14 5D 41 31
Octal 163 315 53 54 0 117 24 135 101 61
Binary 1110011 11001101 101011 101100 0 1001111 10100 1011101 1000001 110001

Color Harmonies of #73CD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CD2B

Black with #73CD2B

Text Example


Text Example

White with #73CD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,205,43); }

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

background-color css

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

 a { background-color: rgb(115,205,43); }

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

border-color css

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

 span { border-color: rgb(115,205,43); }

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