Html Css Color HEX #34DE15 Lime Green

📋 copy color: '#34DE15'

red 52 ◦ green 222 ◦ blue 21

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

Shades of Lime Green #34DE15

Tints of Lime Green #34DE15

RGB

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

 GREEN value IS 222 (87.11% from 255) = 75.25%

 BLUE value IS 21 (8.59% from 255) = 7.12%

R = 17.63%
G = 75.25%
B = 7.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#34DE15 (or 0x34DE15) is known color: Lime Green. HEX triplet: 34, DE and 15. RGB value is (52,222,21). Sum of RGB (Red+Green+Blue) = 52+222+21=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 222 (87.11% from 255 or 75.25% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 222 - color contains mainly: green. Hex color #34DE15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DE15 is #CB21EA. Grayscale: #949494. Windows color (decimal): -13312491 or 1433140. OLE color: 1433140.

HSL color Cylindrical-coordinate representation of color #34DE15: hue angle of 110.75º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34DE15 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 222 21 -
CMYK 0.77 0 0.91 0.13
HSL 110.75º 0.83% 0.48% -
HSV(B) 110.75º 0.91% 0.87% -
XYZ 27.67 53.03 9.49 -
YUV 148.26 56.18 59.34 -
System Red Green Blue C M Y K H S L
Decimal 52 222 21 0.77 0 0.91 0.13 110.75 0.83 0.48
Hex 34 DE 15 4D 0 5B D 6F 53 30
Octal 64 336 25 115 0 133 15 157 123 60
Binary 110100 11011110 10101 1001101 0 1011011 1101 1101111 1010011 110000

Color Harmonies of #34DE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DE15

Black with #34DE15

Text Example


Text Example

White with #34DE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,222,21); }

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

background-color css

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

 a { background-color: rgb(52,222,21); }

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

border-color css

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

 span { border-color: rgb(52,222,21); }

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