Html Css Color HEX #42B531 Lime Green

📋 copy color: '#42B531'

red 66 ◦ green 181 ◦ blue 49

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

Shades of Lime Green #42B531

Tints of Lime Green #42B531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 61.15%

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

R = 22.3%
G = 61.15%
B = 16.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#42B531 (or 0x42B531) is known color: Lime Green. HEX triplet: 42, B5 and 31. RGB value is (66,181,49). Sum of RGB (Red+Green+Blue) = 66+181+49=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 181 (71.09% from 255 or 61.15% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 181 - color contains mainly: green. Hex color #42B531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B531 is #BD4ACE. Grayscale: #838383. Windows color (decimal): -12405455 or 3257666. OLE color: 3257666.

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

Color convert

RGB 66 181 49 -
CMYK 0.64 0 0.73 0.29
HSL 112.27º 0.57% 0.45% -
HSV(B) 112.27º 0.73% 0.71% -
XYZ 19.33 34.43 8.53 -
YUV 131.57 81.4 81.23 -
System Red Green Blue C M Y K H S L
Decimal 66 181 49 0.64 0 0.73 0.29 112.27 0.57 0.45
Hex 42 B5 31 40 0 49 1D 70 39 2D
Octal 102 265 61 100 0 111 35 160 71 55
Binary 1000010 10110101 110001 1000000 0 1001001 11101 1110000 111001 101101

Color Harmonies of #42B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B531

Black with #42B531

Text Example


Text Example

White with #42B531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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