Html Css Color HEX #42DA1D Lime Green

📋 copy color: '#42DA1D'

red 66 ◦ green 218 ◦ blue 29

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

Shades of Lime Green #42DA1D

Tints of Lime Green #42DA1D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 69.65%

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 21.09%
G = 69.65%
B = 9.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#42DA1D (or 0x42DA1D) is known color: Lime Green. HEX triplet: 42, DA and 1D. RGB value is (66,218,29). Sum of RGB (Red+Green+Blue) = 66+218+29=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 218 (85.55% from 255 or 69.65% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DA1D is #BD25E2. Grayscale: #979797. Windows color (decimal): -12396003 or 1956418. OLE color: 1956418.

HSL color Cylindrical-coordinate representation of color #42DA1D: hue angle of 108.25º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42DA1D is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 218 29 -
CMYK 0.70 0 0.87 0.15
HSL 108.25º 0.77% 0.48% -
HSV(B) 108.25º 0.87% 0.85% -
XYZ 27.54 51.39 9.63 -
YUV 151.01 59.14 67.37 -
System Red Green Blue C M Y K H S L
Decimal 66 218 29 0.70 0 0.87 0.15 108.25 0.77 0.48
Hex 42 DA 1D 46 0 57 F 6C 4D 30
Octal 102 332 35 106 0 127 17 154 115 60
Binary 1000010 11011010 11101 1000110 0 1010111 1111 1101100 1001101 110000

Color Harmonies of #42DA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DA1D

Black with #42DA1D

Text Example


Text Example

White with #42DA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,218,29); }

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

background-color css

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

 a { background-color: rgb(66,218,29); }

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

border-color css

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

 span { border-color: rgb(66,218,29); }

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