Html Css Color HEX #42B738 Lime Green

📋 copy color: '#42B738'

red 66 ◦ green 183 ◦ blue 56

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

Shades of Lime Green #42B738

Tints of Lime Green #42B738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 21.64%
G = 60%
B = 18.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#42B738 (or 0x42B738) is known color: Lime Green. HEX triplet: 42, B7 and 38. RGB value is (66,183,56). Sum of RGB (Red+Green+Blue) = 66+183+56=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 183 (71.88% from 255 or 60% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 183 - color contains mainly: green. Hex color #42B738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B738 is #BD48C7. Grayscale: #858585. Windows color (decimal): -12404936 or 3716930. OLE color: 3716930.

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

Color convert

RGB 66 183 56 -
CMYK 0.64 0 0.69 0.28
HSL 115.28º 0.53% 0.47% -
HSV(B) 115.28º 0.69% 0.72% -
XYZ 19.89 35.31 9.51 -
YUV 133.54 84.24 79.83 -
System Red Green Blue C M Y K H S L
Decimal 66 183 56 0.64 0 0.69 0.28 115.28 0.53 0.47
Hex 42 B7 38 40 0 45 1C 73 35 2F
Octal 102 267 70 100 0 105 34 163 65 57
Binary 1000010 10110111 111000 1000000 0 1000101 11100 1110011 110101 101111

Color Harmonies of #42B738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B738

Black with #42B738

Text Example


Text Example

White with #42B738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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