Html Css Color HEX #42B634 Lime Green

📋 copy color: '#42B634'

red 66 ◦ green 182 ◦ blue 52

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

Shades of Lime Green #42B634

Tints of Lime Green #42B634

RGB

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

 GREEN value IS 182 (71.48% from 255) = 60.67%

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

R = 22%
G = 60.67%
B = 17.33%

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

#42B634 (or 0x42B634) is known color: Lime Green. HEX triplet: 42, B6 and 34. RGB value is (66,182,52). Sum of RGB (Red+Green+Blue) = 66+182+52=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 182 (71.48% from 255 or 60.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 182 - color contains mainly: green. Hex color #42B634 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B634 is #BD49CB. Grayscale: #848484. Windows color (decimal): -12405196 or 3454530. OLE color: 3454530.

HSL color Cylindrical-coordinate representation of color #42B634: hue angle of 113.54º degrees, saturation: 0.56, 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 #42B634 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 182 52 -
CMYK 0.64 0 0.71 0.29
HSL 113.54º 0.56% 0.46% -
HSV(B) 113.54º 0.71% 0.71% -
XYZ 19.59 34.86 8.95 -
YUV 132.5 82.57 80.57 -
System Red Green Blue C M Y K H S L
Decimal 66 182 52 0.64 0 0.71 0.29 113.54 0.56 0.46
Hex 42 B6 34 40 0 47 1D 72 38 2E
Octal 102 266 64 100 0 107 35 162 70 56
Binary 1000010 10110110 110100 1000000 0 1000111 11101 1110010 111000 101110

Color Harmonies of #42B634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B634

Black with #42B634

Text Example


Text Example

White with #42B634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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