Html Css Color HEX #73CD1C Lima

📋 copy color: '#73CD1C'

red 115 ◦ green 205 ◦ blue 28

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

Shades of Lima #73CD1C

Tints of Lima #73CD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 33.05%
G = 58.91%
B = 8.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#73CD1C (or 0x73CD1C) is known color: Lima. HEX triplet: 73, CD and 1C. RGB value is (115,205,28). Sum of RGB (Red+Green+Blue) = 115+205+28=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 205 (80.47% from 255 or 58.91% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CD1C is #8C32E3. Grayscale: #9E9E9E. Windows color (decimal): -9188068 or 1887603. OLE color: 1887603.

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

Color convert

RGB 115 205 28 -
CMYK 0.44 0 0.86 0.20
HSL 90.51º 0.76% 0.46% -
HSV(B) 90.51º 0.86% 0.8% -
XYZ 29.11 47.39 8.71 -
YUV 157.91 54.68 97.39 -
System Red Green Blue C M Y K H S L
Decimal 115 205 28 0.44 0 0.86 0.20 90.51 0.76 0.46
Hex 73 CD 1C 2C 0 56 14 5B 4C 2E
Octal 163 315 34 54 0 126 24 133 114 56
Binary 1110011 11001101 11100 101100 0 1010110 10100 1011011 1001100 101110

Color Harmonies of #73CD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CD1C

Black with #73CD1C

Text Example


Text Example

White with #73CD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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