Html Css Color HEX #42D83D Lime Green

📋 copy color: '#42D83D'

red 66 ◦ green 216 ◦ blue 61

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

Shades of Lime Green #42D83D

Tints of Lime Green #42D83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.78%

R = 19.24%
G = 62.97%
B = 17.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#42D83D (or 0x42D83D) is known color: Lime Green. HEX triplet: 42, D8 and 3D. RGB value is (66,216,61). Sum of RGB (Red+Green+Blue) = 66+216+61=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 216 (84.77% from 255 or 62.97% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 216 - color contains mainly: green. Hex color #42D83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D83D is #BD27C2. Grayscale: #999999. Windows color (decimal): -12396483 or 4053058. OLE color: 4053058.

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

Color convert

RGB 66 216 61 -
CMYK 0.69 0 0.72 0.15
HSL 118.06º 0.67% 0.54% -
HSV(B) 118.06º 0.72% 0.85% -
XYZ 27.64 50.61 12.73 -
YUV 153.48 75.81 65.6 -
System Red Green Blue C M Y K H S L
Decimal 66 216 61 0.69 0 0.72 0.15 118.06 0.67 0.54
Hex 42 D8 3D 45 0 48 F 76 43 36
Octal 102 330 75 105 0 110 17 166 103 66
Binary 1000010 11011000 111101 1000101 0 1001000 1111 1110110 1000011 110110

Color Harmonies of #42D83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D83D

Black with #42D83D

Text Example


Text Example

White with #42D83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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