Html Css Color HEX #42B534 Lime Green

📋 copy color: '#42B534'

red 66 ◦ green 181 ◦ blue 52

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

Shades of Lime Green #42B534

Tints of Lime Green #42B534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 22.07%
G = 60.54%
B = 17.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#42B534 (or 0x42B534) is known color: Lime Green. HEX triplet: 42, B5 and 34. RGB value is (66,181,52). Sum of RGB (Red+Green+Blue) = 66+181+52=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 181 (71.09% from 255 or 60.54% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 181 - color contains mainly: green. Hex color #42B534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B534 is #BD4ACB. Grayscale: #848484. Windows color (decimal): -12405452 or 3454274. OLE color: 3454274.

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

Color convert

RGB 66 181 52 -
CMYK 0.64 0 0.71 0.29
HSL 113.49º 0.55% 0.46% -
HSV(B) 113.49º 0.71% 0.71% -
XYZ 19.39 34.45 8.88 -
YUV 131.91 82.9 80.99 -
System Red Green Blue C M Y K H S L
Decimal 66 181 52 0.64 0 0.71 0.29 113.49 0.55 0.46
Hex 42 B5 34 40 0 47 1D 71 37 2E
Octal 102 265 64 100 0 107 35 161 67 56
Binary 1000010 10110101 110100 1000000 0 1000111 11101 1110001 110111 101110

Color Harmonies of #42B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B534

Black with #42B534

Text Example


Text Example

White with #42B534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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