Html Css Color HEX #34DE18 Lime Green

📋 copy color: '#34DE18'

red 52 ◦ green 222 ◦ blue 24

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

Shades of Lime Green #34DE18

Tints of Lime Green #34DE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.05%

R = 17.45%
G = 74.5%
B = 8.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#34DE18 (or 0x34DE18) is known color: Lime Green. HEX triplet: 34, DE and 18. RGB value is (52,222,24). Sum of RGB (Red+Green+Blue) = 52+222+24=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 222 (87.11% from 255 or 74.50% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 222 - color contains mainly: green. Hex color #34DE18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DE18 is #CB21E7. Grayscale: #959595. Windows color (decimal): -13312488 or 1629748. OLE color: 1629748.

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

Color convert

RGB 52 222 24 -
CMYK 0.77 0 0.89 0.13
HSL 111.52º 0.8% 0.48% -
HSV(B) 111.52º 0.89% 0.87% -
XYZ 27.7 53.04 9.64 -
YUV 148.6 57.68 59.1 -
System Red Green Blue C M Y K H S L
Decimal 52 222 24 0.77 0 0.89 0.13 111.52 0.8 0.48
Hex 34 DE 18 4D 0 59 D 70 50 30
Octal 64 336 30 115 0 131 15 160 120 60
Binary 110100 11011110 11000 1001101 0 1011001 1101 1110000 1010000 110000

Color Harmonies of #34DE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DE18

Black with #34DE18

Text Example


Text Example

White with #34DE18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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