Html Css Color HEX #42B73A Lime Green

📋 copy color: '#42B73A'

red 66 ◦ green 183 ◦ blue 58

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

Shades of Lime Green #42B73A

Tints of Lime Green #42B73A

RGB

 RED value IS 66 (26.17% from 255) = 21.5%

 GREEN value IS 183 (71.88% from 255) = 59.61%

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 21.5%
G = 59.61%
B = 18.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#42B73A (or 0x42B73A) is known color: Lime Green. HEX triplet: 42, B7 and 3A. RGB value is (66,183,58). Sum of RGB (Red+Green+Blue) = 66+183+58=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #42B73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B73A is #BD48C5. Grayscale: #868686. Windows color (decimal): -12404934 or 3848002. OLE color: 3848002.

HSL color Cylindrical-coordinate representation of color #42B73A: hue angle of 116.16º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42B73A is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 183 58 -
CMYK 0.64 0 0.68 0.28
HSL 116.16º 0.52% 0.47% -
HSV(B) 116.16º 0.68% 0.72% -
XYZ 19.94 35.33 9.77 -
YUV 133.77 85.24 79.66 -
System Red Green Blue C M Y K H S L
Decimal 66 183 58 0.64 0 0.68 0.28 116.16 0.52 0.47
Hex 42 B7 3A 40 0 44 1C 74 34 2F
Octal 102 267 72 100 0 104 34 164 64 57
Binary 1000010 10110111 111010 1000000 0 1000100 11100 1110100 110100 101111

Color Harmonies of #42B73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B73A

Black with #42B73A

Text Example


Text Example

White with #42B73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42B73A; }

 p { color: rgb(66,183,58); }

 H1.HeaderClassName
 {
   color: #42B73A;
 }
 .AnyTagClassName
 {
   color: #42B73A;
 }
</style>

background-color css

<style>
 a { background-color: #42B73A; }

 a { background-color: rgb(66,183,58); }

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

border-color css

<style>
 span { border-color: #42B73A; }

 span { border-color: rgb(66,183,58); }

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