Html Css Color HEX #73CD23 Lima

📋 copy color: '#73CD23'

red 115 ◦ green 205 ◦ blue 35

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

Shades of Lima #73CD23

Tints of Lima #73CD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.86%

R = 32.39%
G = 57.75%
B = 9.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#73CD23 (or 0x73CD23) is known color: Lima. HEX triplet: 73, CD and 23. RGB value is (115,205,35). Sum of RGB (Red+Green+Blue) = 115+205+35=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CD23 is #8C32DC. Grayscale: #9F9F9F. Windows color (decimal): -9188061 or 2346355. OLE color: 2346355.

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

Color convert

RGB 115 205 35 -
CMYK 0.44 0 0.83 0.20
HSL 91.76º 0.71% 0.47% -
HSV(B) 91.76º 0.83% 0.8% -
XYZ 29.2 47.43 9.21 -
YUV 158.71 58.18 96.82 -
System Red Green Blue C M Y K H S L
Decimal 115 205 35 0.44 0 0.83 0.20 91.76 0.71 0.47
Hex 73 CD 23 2C 0 53 14 5C 47 2F
Octal 163 315 43 54 0 123 24 134 107 57
Binary 1110011 11001101 100011 101100 0 1010011 10100 1011100 1000111 101111

Color Harmonies of #73CD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CD23

Black with #73CD23

Text Example


Text Example

White with #73CD23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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