Html Css Color HEX #42D34B Lime Green

📋 copy color: '#42D34B'

red 66 ◦ green 211 ◦ blue 75

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

Shades of Lime Green #42D34B

Tints of Lime Green #42D34B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.31%

R = 18.75%
G = 59.94%
B = 21.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#42D34B (or 0x42D34B) is known color: Lime Green. HEX triplet: 42, D3 and 4B. RGB value is (66,211,75). Sum of RGB (Red+Green+Blue) = 66+211+75=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #42D34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D34B is #BD2CB4. Grayscale: #989898. Windows color (decimal): -12397749 or 4969282. OLE color: 4969282.

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

Color convert

RGB 66 211 75 -
CMYK 0.69 0 0.64 0.17
HSL 123.72º 0.62% 0.54% -
HSV(B) 123.72º 0.69% 0.83% -
XYZ 26.81 48.25 14.56 -
YUV 152.14 84.46 66.56 -
System Red Green Blue C M Y K H S L
Decimal 66 211 75 0.69 0 0.64 0.17 123.72 0.62 0.54
Hex 42 D3 4B 45 0 40 11 7C 3E 36
Octal 102 323 113 105 0 100 21 174 76 66
Binary 1000010 11010011 1001011 1000101 0 1000000 10001 1111100 111110 110110

Color Harmonies of #42D34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D34B

Black with #42D34B

Text Example


Text Example

White with #42D34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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