Html Css Color HEX #34CE31 Lime Green

📋 copy color: '#34CE31'

red 52 ◦ green 206 ◦ blue 49

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

Shades of Lime Green #34CE31

Tints of Lime Green #34CE31

RGB

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

 GREEN value IS 206 (80.86% from 255) = 67.1%

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 16.94%
G = 67.1%
B = 15.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#34CE31 (or 0x34CE31) is known color: Lime Green. HEX triplet: 34, CE and 31. RGB value is (52,206,49). Sum of RGB (Red+Green+Blue) = 52+206+49=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 206 (80.86% from 255 or 67.10% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CE31 is #CB31CE. Grayscale: #8E8E8E. Windows color (decimal): -13316559 or 3264052. OLE color: 3264052.

HSL color Cylindrical-coordinate representation of color #34CE31: hue angle of 118.85º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34CE31 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 206 49 -
CMYK 0.75 0 0.76 0.19
HSL 118.85º 0.62% 0.5% -
HSV(B) 118.85º 0.76% 0.81% -
XYZ 24.04 45.09 10.34 -
YUV 142.06 75.48 63.77 -
System Red Green Blue C M Y K H S L
Decimal 52 206 49 0.75 0 0.76 0.19 118.85 0.62 0.5
Hex 34 CE 31 4B 0 4C 13 77 3E 32
Octal 64 316 61 113 0 114 23 167 76 62
Binary 110100 11001110 110001 1001011 0 1001100 10011 1110111 111110 110010

Color Harmonies of #34CE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CE31

Black with #34CE31

Text Example


Text Example

White with #34CE31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,206,49); }

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

background-color css

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

 a { background-color: rgb(52,206,49); }

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

border-color css

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

 span { border-color: rgb(52,206,49); }

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