Html Css Color HEX #42D84D Lime Green

📋 copy color: '#42D84D'

red 66 ◦ green 216 ◦ blue 77

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

Shades of Lime Green #42D84D

Tints of Lime Green #42D84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.45%

R = 18.38%
G = 60.17%
B = 21.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#42D84D (or 0x42D84D) is known color: Lime Green. HEX triplet: 42, D8 and 4D. RGB value is (66,216,77). Sum of RGB (Red+Green+Blue) = 66+216+77=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 216 (84.77% from 255 or 60.17% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 216 - color contains mainly: green. Hex color #42D84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D84D is #BD27B2. Grayscale: #9B9B9B. Windows color (decimal): -12396467 or 5101634. OLE color: 5101634.

HSL color Cylindrical-coordinate representation of color #42D84D: hue angle of 124.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 #42D84D is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 77 -
CMYK 0.69 0 0.64 0.15
HSL 124.4º 0.66% 0.55% -
HSV(B) 124.4º 0.69% 0.85% -
XYZ 28.14 50.81 15.34 -
YUV 155.3 83.81 64.3 -
System Red Green Blue C M Y K H S L
Decimal 66 216 77 0.69 0 0.64 0.15 124.4 0.66 0.55
Hex 42 D8 4D 45 0 40 F 7C 42 37
Octal 102 330 115 105 0 100 17 174 102 67
Binary 1000010 11011000 1001101 1000101 0 1000000 1111 1111100 1000010 110111

Color Harmonies of #42D84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D84D

Black with #42D84D

Text Example


Text Example

White with #42D84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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