Html Css Color HEX #42D345 Lime Green

📋 copy color: '#42D345'

red 66 ◦ green 211 ◦ blue 69

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

Shades of Lime Green #42D345

Tints of Lime Green #42D345

RGB

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

 GREEN value IS 211 (82.81% from 255) = 60.98%

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 19.08%
G = 60.98%
B = 19.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#42D345 (or 0x42D345) is known color: Lime Green. HEX triplet: 42, D3 and 45. RGB value is (66,211,69). Sum of RGB (Red+Green+Blue) = 66+211+69=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 211 (82.81% from 255 or 60.98% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 211 - color contains mainly: green. Hex color #42D345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D345 is #BD2CBA. Grayscale: #979797. Windows color (decimal): -12397755 or 4576066. OLE color: 4576066.

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

Color convert

RGB 66 211 69 -
CMYK 0.69 0 0.67 0.17
HSL 121.24º 0.62% 0.54% -
HSV(B) 121.24º 0.69% 0.83% -
XYZ 26.62 48.18 13.53 -
YUV 151.46 81.46 67.05 -
System Red Green Blue C M Y K H S L
Decimal 66 211 69 0.69 0 0.67 0.17 121.24 0.62 0.54
Hex 42 D3 45 45 0 43 11 79 3E 36
Octal 102 323 105 105 0 103 21 171 76 66
Binary 1000010 11010011 1000101 1000101 0 1000011 10001 1111001 111110 110110

Color Harmonies of #42D345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D345

Black with #42D345

Text Example


Text Example

White with #42D345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,211,69); }

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

background-color css

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

 a { background-color: rgb(66,211,69); }

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

border-color css

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

 span { border-color: rgb(66,211,69); }

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