Html Css Color HEX #42B331 Lime Green

📋 copy color: '#42B331'

red 66 ◦ green 179 ◦ blue 49

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

Shades of Lime Green #42B331

Tints of Lime Green #42B331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.67%

R = 22.45%
G = 60.88%
B = 16.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#42B331 (or 0x42B331) is known color: Lime Green. HEX triplet: 42, B3 and 31. RGB value is (66,179,49). Sum of RGB (Red+Green+Blue) = 66+179+49=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #42B331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B331 is #BD4CCE. Grayscale: #828282. Windows color (decimal): -12405967 or 3257154. OLE color: 3257154.

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

Color convert

RGB 66 179 49 -
CMYK 0.63 0 0.73 0.30
HSL 112.15º 0.57% 0.45% -
HSV(B) 112.15º 0.73% 0.7% -
XYZ 18.92 33.62 8.4 -
YUV 130.39 82.06 82.07 -
System Red Green Blue C M Y K H S L
Decimal 66 179 49 0.63 0 0.73 0.30 112.15 0.57 0.45
Hex 42 B3 31 3F 0 49 1E 70 39 2D
Octal 102 263 61 77 0 111 36 160 71 55
Binary 1000010 10110011 110001 111111 0 1001001 11110 1110000 111001 101101

Color Harmonies of #42B331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B331

Black with #42B331

Text Example


Text Example

White with #42B331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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