Html Css Color HEX #34D242 Lime Green

📋 copy color: '#34D242'

red 52 ◦ green 210 ◦ blue 66

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

Shades of Lime Green #34D242

Tints of Lime Green #34D242

RGB

 RED value IS 52 (20.7% from 255) = 15.85%

 GREEN value IS 210 (82.42% from 255) = 64.02%

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 15.85%
G = 64.02%
B = 20.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#34D242 (or 0x34D242) is known color: Lime Green. HEX triplet: 34, D2 and 42. RGB value is (52,210,66). Sum of RGB (Red+Green+Blue) = 52+210+66=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #34D242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D242 is #CB2DBD. Grayscale: #929292. Windows color (decimal): -13315518 or 4379188. OLE color: 4379188.

HSL color Cylindrical-coordinate representation of color #34D242: hue angle of 125.32º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D242 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 210 66 -
CMYK 0.75 0 0.69 0.18
HSL 125.32º 0.64% 0.51% -
HSV(B) 125.32º 0.75% 0.82% -
XYZ 25.45 47.22 12.93 -
YUV 146.34 82.65 60.71 -
System Red Green Blue C M Y K H S L
Decimal 52 210 66 0.75 0 0.69 0.18 125.32 0.64 0.51
Hex 34 D2 42 4B 0 45 12 7D 40 33
Octal 64 322 102 113 0 105 22 175 100 63
Binary 110100 11010010 1000010 1001011 0 1000101 10010 1111101 1000000 110011

Color Harmonies of #34D242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D242

Black with #34D242

Text Example


Text Example

White with #34D242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34D242; }

 p { color: rgb(52,210,66); }

 H1.HeaderClassName
 {
   color: #34D242;
 }
 .AnyTagClassName
 {
   color: #34D242;
 }
</style>

background-color css

<style>
 a { background-color: #34D242; }

 a { background-color: rgb(52,210,66); }

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

border-color css

<style>
 span { border-color: #34D242; }

 span { border-color: rgb(52,210,66); }

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