Html Css Color HEX #42B136 Lime Green

📋 copy color: '#42B136'

red 66 ◦ green 177 ◦ blue 54

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

Shades of Lime Green #42B136

Tints of Lime Green #42B136

RGB

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

 GREEN value IS 177 (69.53% from 255) = 59.6%

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 22.22%
G = 59.6%
B = 18.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#42B136 (or 0x42B136) is known color: Lime Green. HEX triplet: 42, B1 and 36. RGB value is (66,177,54). Sum of RGB (Red+Green+Blue) = 66+177+54=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 177 (69.53% from 255 or 59.60% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 177 - color contains mainly: green. Hex color #42B136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B136 is #BD4EC9. Grayscale: #828282. Windows color (decimal): -12406474 or 3584322. OLE color: 3584322.

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

Color convert

RGB 66 177 54 -
CMYK 0.63 0 0.69 0.31
HSL 114.15º 0.53% 0.45% -
HSV(B) 114.15º 0.69% 0.69% -
XYZ 18.63 32.87 8.85 -
YUV 129.79 85.23 82.5 -
System Red Green Blue C M Y K H S L
Decimal 66 177 54 0.63 0 0.69 0.31 114.15 0.53 0.45
Hex 42 B1 36 3F 0 45 1F 72 35 2D
Octal 102 261 66 77 0 105 37 162 65 55
Binary 1000010 10110001 110110 111111 0 1000101 11111 1110010 110101 101101

Color Harmonies of #42B136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B136

Black with #42B136

Text Example


Text Example

White with #42B136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,177,54); }

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

background-color css

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

 a { background-color: rgb(66,177,54); }

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

border-color css

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

 span { border-color: rgb(66,177,54); }

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