Html Css Color HEX #42B337 Lime Green

📋 copy color: '#42B337'

red 66 ◦ green 179 ◦ blue 55

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

Shades of Lime Green #42B337

Tints of Lime Green #42B337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.33%

R = 22%
G = 59.67%
B = 18.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#42B337 (or 0x42B337) is known color: Lime Green. HEX triplet: 42, B3 and 37. RGB value is (66,179,55). Sum of RGB (Red+Green+Blue) = 66+179+55=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #42B337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B337 is #BD4CC8. Grayscale: #838383. Windows color (decimal): -12405961 or 3650370. OLE color: 3650370.

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

Color convert

RGB 66 179 55 -
CMYK 0.63 0 0.69 0.30
HSL 114.68º 0.53% 0.46% -
HSV(B) 114.68º 0.69% 0.7% -
XYZ 19.06 33.67 9.11 -
YUV 131.08 85.06 81.58 -
System Red Green Blue C M Y K H S L
Decimal 66 179 55 0.63 0 0.69 0.30 114.68 0.53 0.46
Hex 42 B3 37 3F 0 45 1E 73 35 2E
Octal 102 263 67 77 0 105 36 163 65 56
Binary 1000010 10110011 110111 111111 0 1000101 11110 1110011 110101 101110

Color Harmonies of #42B337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B337

Black with #42B337

Text Example


Text Example

White with #42B337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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