Html Css Color HEX #42D848 Lime Green

📋 copy color: '#42D848'

red 66 ◦ green 216 ◦ blue 72

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

Shades of Lime Green #42D848

Tints of Lime Green #42D848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 61.02%

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

R = 18.64%
G = 61.02%
B = 20.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#42D848 (or 0x42D848) is known color: Lime Green. HEX triplet: 42, D8 and 48. RGB value is (66,216,72). Sum of RGB (Red+Green+Blue) = 66+216+72=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 216 (84.77% from 255 or 61.02% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 216 - color contains mainly: green. Hex color #42D848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D848 is #BD27B7. Grayscale: #9B9B9B. Windows color (decimal): -12396472 or 4773954. OLE color: 4773954.

HSL color Cylindrical-coordinate representation of color #42D848: hue angle of 122.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D848 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 72 -
CMYK 0.69 0 0.67 0.15
HSL 122.4º 0.66% 0.55% -
HSV(B) 122.4º 0.69% 0.85% -
XYZ 27.97 50.74 14.45 -
YUV 154.73 81.31 64.71 -
System Red Green Blue C M Y K H S L
Decimal 66 216 72 0.69 0 0.67 0.15 122.4 0.66 0.55
Hex 42 D8 48 45 0 43 F 7A 42 37
Octal 102 330 110 105 0 103 17 172 102 67
Binary 1000010 11011000 1001000 1000101 0 1000011 1111 1111010 1000010 110111

Color Harmonies of #42D848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D848

Black with #42D848

Text Example


Text Example

White with #42D848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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