Html Css Color HEX #42DF38 Lime Green

📋 copy color: '#42DF38'

red 66 ◦ green 223 ◦ blue 56

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

Shades of Lime Green #42DF38

Tints of Lime Green #42DF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 64.64%

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

R = 19.13%
G = 64.64%
B = 16.23%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#42DF38 (or 0x42DF38) is known color: Lime Green. HEX triplet: 42, DF and 38. RGB value is (66,223,56). Sum of RGB (Red+Green+Blue) = 66+223+56=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 223 (87.5% from 255 or 64.64% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DF38 is #BD20C7. Grayscale: #9D9D9D. Windows color (decimal): -12394696 or 3727170. OLE color: 3727170.

HSL color Cylindrical-coordinate representation of color #42DF38: hue angle of 116.41º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42DF38 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 223 56 -
CMYK 0.70 0 0.75 0.13
HSL 116.41º 0.72% 0.55% -
HSV(B) 116.41º 0.75% 0.87% -
XYZ 29.35 54.22 12.66 -
YUV 157.02 70.99 63.08 -
System Red Green Blue C M Y K H S L
Decimal 66 223 56 0.70 0 0.75 0.13 116.41 0.72 0.55
Hex 42 DF 38 46 0 4B D 74 48 37
Octal 102 337 70 106 0 113 15 164 110 67
Binary 1000010 11011111 111000 1000110 0 1001011 1101 1110100 1001000 110111

Color Harmonies of #42DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DF38

Black with #42DF38

Text Example


Text Example

White with #42DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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