Html Css Color HEX #42B734 Lime Green

📋 copy color: '#42B734'

red 66 ◦ green 183 ◦ blue 52

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

Shades of Lime Green #42B734

Tints of Lime Green #42B734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.8%

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

R = 21.93%
G = 60.8%
B = 17.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#42B734 (or 0x42B734) is known color: Lime Green. HEX triplet: 42, B7 and 34. RGB value is (66,183,52). Sum of RGB (Red+Green+Blue) = 66+183+52=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #42B734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B734 is #BD48CB. Grayscale: #858585. Windows color (decimal): -12404940 or 3454786. OLE color: 3454786.

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

Color convert

RGB 66 183 52 -
CMYK 0.64 0 0.72 0.28
HSL 113.59º 0.56% 0.46% -
HSV(B) 113.59º 0.72% 0.72% -
XYZ 19.8 35.27 9.01 -
YUV 133.08 82.24 80.15 -
System Red Green Blue C M Y K H S L
Decimal 66 183 52 0.64 0 0.72 0.28 113.59 0.56 0.46
Hex 42 B7 34 40 0 48 1C 72 38 2E
Octal 102 267 64 100 0 110 34 162 70 56
Binary 1000010 10110111 110100 1000000 0 1001000 11100 1110010 111000 101110

Color Harmonies of #42B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B734

Black with #42B734

Text Example


Text Example

White with #42B734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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