Html Css Color HEX #42B536 Lime Green

📋 copy color: '#42B536'

red 66 ◦ green 181 ◦ blue 54

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

Shades of Lime Green #42B536

Tints of Lime Green #42B536

RGB

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

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

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

R = 21.93%
G = 60.13%
B = 17.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#42B536 (or 0x42B536) is known color: Lime Green. HEX triplet: 42, B5 and 36. RGB value is (66,181,54). Sum of RGB (Red+Green+Blue) = 66+181+54=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #42B536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B536 is #BD4AC9. Grayscale: #848484. Windows color (decimal): -12405450 or 3585346. OLE color: 3585346.

HSL color Cylindrical-coordinate representation of color #42B536: hue angle of 114.33º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42B536 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 181 54 -
CMYK 0.64 0 0.70 0.29
HSL 114.33º 0.54% 0.46% -
HSV(B) 114.33º 0.7% 0.71% -
XYZ 19.44 34.47 9.12 -
YUV 132.14 83.9 80.83 -
System Red Green Blue C M Y K H S L
Decimal 66 181 54 0.64 0 0.70 0.29 114.33 0.54 0.46
Hex 42 B5 36 40 0 46 1D 72 36 2E
Octal 102 265 66 100 0 106 35 162 66 56
Binary 1000010 10110101 110110 1000000 0 1000110 11101 1110010 110110 101110

Color Harmonies of #42B536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B536

Black with #42B536

Text Example


Text Example

White with #42B536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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