Html Css Color HEX #73CF2E Lima

📋 copy color: '#73CF2E'

red 115 ◦ green 207 ◦ blue 46

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

Shades of Lima #73CF2E

Tints of Lima #73CF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.5%

R = 31.25%
G = 56.25%
B = 12.5%

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

#73CF2E (or 0x73CF2E) is known color: Lima. HEX triplet: 73, CF and 2E. RGB value is (115,207,46). Sum of RGB (Red+Green+Blue) = 115+207+46=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #73CF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CF2E is #8C30D1. Grayscale: #A1A1A1. Windows color (decimal): -9187538 or 3067763. OLE color: 3067763.

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

Color convert

RGB 115 207 46 -
CMYK 0.44 0 0.78 0.19
HSL 94.29º 0.64% 0.5% -
HSV(B) 94.29º 0.78% 0.81% -
XYZ 29.88 48.47 10.37 -
YUV 161.14 63.02 95.09 -
System Red Green Blue C M Y K H S L
Decimal 115 207 46 0.44 0 0.78 0.19 94.29 0.64 0.5
Hex 73 CF 2E 2C 0 4E 13 5E 40 32
Octal 163 317 56 54 0 116 23 136 100 62
Binary 1110011 11001111 101110 101100 0 1001110 10011 1011110 1000000 110010

Color Harmonies of #73CF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CF2E

Black with #73CF2E

Text Example


Text Example

White with #73CF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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