Html Css Color HEX #42D81E Lime Green

📋 copy color: '#42D81E'

red 66 ◦ green 216 ◦ blue 30

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

Shades of Lime Green #42D81E

Tints of Lime Green #42D81E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 21.15%
G = 69.23%
B = 9.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#42D81E (or 0x42D81E) is known color: Lime Green. HEX triplet: 42, D8 and 1E. RGB value is (66,216,30). Sum of RGB (Red+Green+Blue) = 66+216+30=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 216 (84.77% from 255 or 69.23% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 216 - color contains mainly: green. Hex color #42D81E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D81E is #BD27E1. Grayscale: #969696. Windows color (decimal): -12396514 or 2021442. OLE color: 2021442.

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

Color convert

RGB 66 216 30 -
CMYK 0.69 0 0.86 0.15
HSL 108.39º 0.76% 0.48% -
HSV(B) 108.39º 0.86% 0.85% -
XYZ 27.04 50.36 9.52 -
YUV 149.95 60.31 68.12 -
System Red Green Blue C M Y K H S L
Decimal 66 216 30 0.69 0 0.86 0.15 108.39 0.76 0.48
Hex 42 D8 1E 45 0 56 F 6C 4C 30
Octal 102 330 36 105 0 126 17 154 114 60
Binary 1000010 11011000 11110 1000101 0 1010110 1111 1101100 1001100 110000

Color Harmonies of #42D81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D81E

Black with #42D81E

Text Example


Text Example

White with #42D81E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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