Html Css Color HEX #42B438 Lime Green

📋 copy color: '#42B438'

red 66 ◦ green 180 ◦ blue 56

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

Shades of Lime Green #42B438

Tints of Lime Green #42B438

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.6%

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

R = 21.85%
G = 59.6%
B = 18.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#42B438 (or 0x42B438) is known color: Lime Green. HEX triplet: 42, B4 and 38. RGB value is (66,180,56). Sum of RGB (Red+Green+Blue) = 66+180+56=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 180 (70.70% from 255 or 59.60% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 180 - color contains mainly: green. Hex color #42B438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B438 is #BD4BC7. Grayscale: #848484. Windows color (decimal): -12405704 or 3716162. OLE color: 3716162.

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

Color convert

RGB 66 180 56 -
CMYK 0.63 0 0.69 0.29
HSL 115.16º 0.53% 0.46% -
HSV(B) 115.16º 0.69% 0.71% -
XYZ 19.28 34.09 9.3 -
YUV 131.78 85.23 81.08 -
System Red Green Blue C M Y K H S L
Decimal 66 180 56 0.63 0 0.69 0.29 115.16 0.53 0.46
Hex 42 B4 38 3F 0 45 1D 73 35 2E
Octal 102 264 70 77 0 105 35 163 65 56
Binary 1000010 10110100 111000 111111 0 1000101 11101 1110011 110101 101110

Color Harmonies of #42B438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B438

Black with #42B438

Text Example


Text Example

White with #42B438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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