Html Css Color HEX #42C73B Lime Green

📋 copy color: '#42C73B'

red 66 ◦ green 199 ◦ blue 59

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

Shades of Lime Green #42C73B

Tints of Lime Green #42C73B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 61.42%

 BLUE value IS 59 (23.44% from 255) = 18.21%

R = 20.37%
G = 61.42%
B = 18.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#42C73B (or 0x42C73B) is known color: Lime Green. HEX triplet: 42, C7 and 3B. RGB value is (66,199,59). Sum of RGB (Red+Green+Blue) = 66+199+59=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 199 (78.12% from 255 or 61.42% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 199 - color contains mainly: green. Hex color #42C73B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C73B is #BD38C4. Grayscale: #8F8F8F. Windows color (decimal): -12400837 or 3917634. OLE color: 3917634.

HSL color Cylindrical-coordinate representation of color #42C73B: hue angle of 117º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42C73B is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 199 59 -
CMYK 0.67 0 0.70 0.22
HSL 117º 0.56% 0.51% -
HSV(B) 117º 0.7% 0.78% -
XYZ 23.46 42.32 11.07 -
YUV 143.27 80.44 72.88 -
System Red Green Blue C M Y K H S L
Decimal 66 199 59 0.67 0 0.70 0.22 117 0.56 0.51
Hex 42 C7 3B 43 0 46 16 75 38 33
Octal 102 307 73 103 0 106 26 165 70 63
Binary 1000010 11000111 111011 1000011 0 1000110 10110 1110101 111000 110011

Color Harmonies of #42C73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C73B

Black with #42C73B

Text Example


Text Example

White with #42C73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,199,59); }

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

background-color css

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

 a { background-color: rgb(66,199,59); }

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

border-color css

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

 span { border-color: rgb(66,199,59); }

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