Html Css Color HEX #42B338 Lime Green

📋 copy color: '#42B338'

red 66 ◦ green 179 ◦ blue 56

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

Shades of Lime Green #42B338

Tints of Lime Green #42B338

RGB

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

 GREEN value IS 179 (70.31% from 255) = 59.47%

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

R = 21.93%
G = 59.47%
B = 18.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#42B338 (or 0x42B338) is known color: Lime Green. HEX triplet: 42, B3 and 38. RGB value is (66,179,56). Sum of RGB (Red+Green+Blue) = 66+179+56=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 179 (70.31% from 255 or 59.47% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 179 - color contains mainly: green. Hex color #42B338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B338 is #BD4CC7. Grayscale: #838383. Windows color (decimal): -12405960 or 3715906. OLE color: 3715906.

HSL color Cylindrical-coordinate representation of color #42B338: hue angle of 115.12º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42B338 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 179 56 -
CMYK 0.63 0 0.69 0.30
HSL 115.12º 0.52% 0.46% -
HSV(B) 115.12º 0.69% 0.7% -
XYZ 19.08 33.68 9.24 -
YUV 131.19 85.56 81.5 -
System Red Green Blue C M Y K H S L
Decimal 66 179 56 0.63 0 0.69 0.30 115.12 0.52 0.46
Hex 42 B3 38 3F 0 45 1E 73 34 2E
Octal 102 263 70 77 0 105 36 163 64 56
Binary 1000010 10110011 111000 111111 0 1000101 11110 1110011 110100 101110

Color Harmonies of #42B338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B338

Black with #42B338

Text Example


Text Example

White with #42B338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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