Html Css Color HEX #73D61B Lima

📋 copy color: '#73D61B'

red 115 ◦ green 214 ◦ blue 27

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

Shades of Lima #73D61B

Tints of Lima #73D61B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.11%

 BLUE value IS 27 (10.94% from 255) = 7.58%

R = 32.3%
G = 60.11%
B = 7.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#73D61B (or 0x73D61B) is known color: Lima. HEX triplet: 73, D6 and 1B. RGB value is (115,214,27). Sum of RGB (Red+Green+Blue) = 115+214+27=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #73D61B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D61B is #8C29E4. Grayscale: #A3A3A3. Windows color (decimal): -9185765 or 1824371. OLE color: 1824371.

HSL color Cylindrical-coordinate representation of color #73D61B: hue angle of 91.76º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73D61B is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 214 27 -
CMYK 0.46 0 0.87 0.16
HSL 91.76º 0.78% 0.47% -
HSV(B) 91.76º 0.87% 0.84% -
XYZ 31.31 51.82 9.39 -
YUV 163.08 51.2 93.71 -
System Red Green Blue C M Y K H S L
Decimal 115 214 27 0.46 0 0.87 0.16 91.76 0.78 0.47
Hex 73 D6 1B 2E 0 57 10 5C 4E 2F
Octal 163 326 33 56 0 127 20 134 116 57
Binary 1110011 11010110 11011 101110 0 1010111 10000 1011100 1001110 101111

Color Harmonies of #73D61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D61B

Black with #73D61B

Text Example


Text Example

White with #73D61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,214,27); }

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

background-color css

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

 a { background-color: rgb(115,214,27); }

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

border-color css

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

 span { border-color: rgb(115,214,27); }

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