Html Css Color HEX #73CE28 Lima

📋 copy color: '#73CE28'

red 115 ◦ green 206 ◦ blue 40

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

Shades of Lima #73CE28

Tints of Lima #73CE28

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.06%

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 31.86%
G = 57.06%
B = 11.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#73CE28 (or 0x73CE28) is known color: Lima. HEX triplet: 73, CE and 28. RGB value is (115,206,40). Sum of RGB (Red+Green+Blue) = 115+206+40=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #73CE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CE28 is #8C31D7. Grayscale: #A0A0A0. Windows color (decimal): -9187800 or 2674291. OLE color: 2674291.

HSL color Cylindrical-coordinate representation of color #73CE28: hue angle of 92.89º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73CE28 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 206 40 -
CMYK 0.44 0 0.81 0.19
HSL 92.89º 0.67% 0.48% -
HSV(B) 92.89º 0.81% 0.81% -
XYZ 29.52 47.94 9.7 -
YUV 159.87 60.35 96 -
System Red Green Blue C M Y K H S L
Decimal 115 206 40 0.44 0 0.81 0.19 92.89 0.67 0.48
Hex 73 CE 28 2C 0 51 13 5D 43 30
Octal 163 316 50 54 0 121 23 135 103 60
Binary 1110011 11001110 101000 101100 0 1010001 10011 1011101 1000011 110000

Color Harmonies of #73CE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CE28

Black with #73CE28

Text Example


Text Example

White with #73CE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,206,40); }

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

background-color css

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

 a { background-color: rgb(115,206,40); }

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

border-color css

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

 span { border-color: rgb(115,206,40); }

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