Html Css Color HEX #34DE23 Lime Green

📋 copy color: '#34DE23'

red 52 ◦ green 222 ◦ blue 35

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

Shades of Lime Green #34DE23

Tints of Lime Green #34DE23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 16.83%
G = 71.84%
B = 11.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#34DE23 (or 0x34DE23) is known color: Lime Green. HEX triplet: 34, DE and 23. RGB value is (52,222,35). Sum of RGB (Red+Green+Blue) = 52+222+35=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 222 (87.11% from 255 or 71.84% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 222 - color contains mainly: green. Hex color #34DE23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DE23 is #CB21DC. Grayscale: #969696. Windows color (decimal): -13312477 or 2350644. OLE color: 2350644.

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

Color convert

RGB 52 222 35 -
CMYK 0.77 0 0.84 0.13
HSL 114.55º 0.74% 0.5% -
HSV(B) 114.55º 0.84% 0.87% -
XYZ 27.84 53.09 10.37 -
YUV 149.85 63.18 58.21 -
System Red Green Blue C M Y K H S L
Decimal 52 222 35 0.77 0 0.84 0.13 114.55 0.74 0.5
Hex 34 DE 23 4D 0 54 D 73 4A 32
Octal 64 336 43 115 0 124 15 163 112 62
Binary 110100 11011110 100011 1001101 0 1010100 1101 1110011 1001010 110010

Color Harmonies of #34DE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DE23

Black with #34DE23

Text Example


Text Example

White with #34DE23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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