Html Css Color HEX #34EB2C Lime Green

📋 copy color: '#34EB2C'

red 52 ◦ green 235 ◦ blue 44

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

Shades of Lime Green #34EB2C

Tints of Lime Green #34EB2C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 71%

 BLUE value IS 44 (17.58% from 255) = 13.29%

R = 15.71%
G = 71%
B = 13.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#34EB2C (or 0x34EB2C) is known color: Lime Green. HEX triplet: 34, EB and 2C. RGB value is (52,235,44). Sum of RGB (Red+Green+Blue) = 52+235+44=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 235 (92.19% from 255 or 71.00% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 235 - color contains mainly: green. Hex color #34EB2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EB2C is #CB14D3. Grayscale: #9F9F9F. Windows color (decimal): -13309140 or 2943796. OLE color: 2943796.

HSL color Cylindrical-coordinate representation of color #34EB2C: hue angle of 117.49º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34EB2C is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 235 44 -
CMYK 0.78 0 0.81 0.08
HSL 117.49º 0.83% 0.55% -
HSV(B) 117.49º 0.81% 0.92% -
XYZ 31.58 60.33 12.36 -
YUV 158.51 63.37 52.03 -
System Red Green Blue C M Y K H S L
Decimal 52 235 44 0.78 0 0.81 0.08 117.49 0.83 0.55
Hex 34 EB 2C 4E 0 51 8 75 53 37
Octal 64 353 54 116 0 121 10 165 123 67
Binary 110100 11101011 101100 1001110 0 1010001 1000 1110101 1010011 110111

Color Harmonies of #34EB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EB2C

Black with #34EB2C

Text Example


Text Example

White with #34EB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,235,44); }

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

background-color css

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

 a { background-color: rgb(52,235,44); }

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

border-color css

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

 span { border-color: rgb(52,235,44); }

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