Html Css Color HEX #42B339 Lime Green

📋 copy color: '#42B339'

red 66 ◦ green 179 ◦ blue 57

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

Shades of Lime Green #42B339

Tints of Lime Green #42B339

RGB

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

 GREEN value IS 179 (70.31% from 255) = 59.27%

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 21.85%
G = 59.27%
B = 18.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#42B339 (or 0x42B339) is known color: Lime Green. HEX triplet: 42, B3 and 39. RGB value is (66,179,57). Sum of RGB (Red+Green+Blue) = 66+179+57=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #42B339 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B339 is #BD4CC6. Grayscale: #838383. Windows color (decimal): -12405959 or 3781442. OLE color: 3781442.

HSL color Cylindrical-coordinate representation of color #42B339: hue angle of 115.57º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42B339 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 179 57 -
CMYK 0.63 0 0.68 0.30
HSL 115.57º 0.52% 0.46% -
HSV(B) 115.57º 0.68% 0.7% -
XYZ 19.11 33.69 9.37 -
YUV 131.31 86.06 81.42 -
System Red Green Blue C M Y K H S L
Decimal 66 179 57 0.63 0 0.68 0.30 115.57 0.52 0.46
Hex 42 B3 39 3F 0 44 1E 74 34 2E
Octal 102 263 71 77 0 104 36 164 64 56
Binary 1000010 10110011 111001 111111 0 1000100 11110 1110100 110100 101110

Color Harmonies of #42B339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B339

Black with #42B339

Text Example


Text Example

White with #42B339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,179,57); }

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

background-color css

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

 a { background-color: rgb(66,179,57); }

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

border-color css

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

 span { border-color: rgb(66,179,57); }

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