Html Css Color HEX #42D348 Lime Green

📋 copy color: '#42D348'

red 66 ◦ green 211 ◦ blue 72

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

Shades of Lime Green #42D348

Tints of Lime Green #42D348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 60.46%

 BLUE value IS 72 (28.52% from 255) = 20.63%

R = 18.91%
G = 60.46%
B = 20.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#42D348 (or 0x42D348) is known color: Lime Green. HEX triplet: 42, D3 and 48. RGB value is (66,211,72). Sum of RGB (Red+Green+Blue) = 66+211+72=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 211 (82.81% from 255 or 60.46% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 211 - color contains mainly: green. Hex color #42D348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D348 is #BD2CB7. Grayscale: #989898. Windows color (decimal): -12397752 or 4772674. OLE color: 4772674.

HSL color Cylindrical-coordinate representation of color #42D348: hue angle of 122.48º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D348 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 72 -
CMYK 0.69 0 0.66 0.17
HSL 122.48º 0.62% 0.54% -
HSV(B) 122.48º 0.69% 0.83% -
XYZ 26.71 48.21 14.03 -
YUV 151.8 82.96 66.8 -
System Red Green Blue C M Y K H S L
Decimal 66 211 72 0.69 0 0.66 0.17 122.48 0.62 0.54
Hex 42 D3 48 45 0 42 11 7A 3E 36
Octal 102 323 110 105 0 102 21 172 76 66
Binary 1000010 11010011 1001000 1000101 0 1000010 10001 1111010 111110 110110

Color Harmonies of #42D348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D348

Black with #42D348

Text Example


Text Example

White with #42D348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,211,72); }

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

background-color css

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

 a { background-color: rgb(66,211,72); }

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

border-color css

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

 span { border-color: rgb(66,211,72); }

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