Html Css Color HEX #73CF2D Lima

📋 copy color: '#73CF2D'

red 115 ◦ green 207 ◦ blue 45

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

Shades of Lima #73CF2D

Tints of Lima #73CF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.4%

 BLUE value IS 45 (17.97% from 255) = 12.26%

R = 31.34%
G = 56.4%
B = 12.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#73CF2D (or 0x73CF2D) is known color: Lima. HEX triplet: 73, CF and 2D. RGB value is (115,207,45). Sum of RGB (Red+Green+Blue) = 115+207+45=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #73CF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CF2D is #8C30D2. Grayscale: #A1A1A1. Windows color (decimal): -9187539 or 3002227. OLE color: 3002227.

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

Color convert

RGB 115 207 45 -
CMYK 0.44 0 0.78 0.19
HSL 94.07º 0.64% 0.49% -
HSV(B) 94.07º 0.78% 0.81% -
XYZ 29.86 48.46 10.26 -
YUV 161.02 62.52 95.17 -
System Red Green Blue C M Y K H S L
Decimal 115 207 45 0.44 0 0.78 0.19 94.07 0.64 0.49
Hex 73 CF 2D 2C 0 4E 13 5E 40 31
Octal 163 317 55 54 0 116 23 136 100 61
Binary 1110011 11001111 101101 101100 0 1001110 10011 1011110 1000000 110001

Color Harmonies of #73CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CF2D

Black with #73CF2D

Text Example


Text Example

White with #73CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,207,45); }

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

background-color css

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

 a { background-color: rgb(115,207,45); }

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

border-color css

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

 span { border-color: rgb(115,207,45); }

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