Html Css Color HEX #34EC2D Lime Green

📋 copy color: '#34EC2D'

red 52 ◦ green 236 ◦ blue 45

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

Shades of Lime Green #34EC2D

Tints of Lime Green #34EC2D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 70.87%

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 15.62%
G = 70.87%
B = 13.51%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#34EC2D (or 0x34EC2D) is known color: Lime Green. HEX triplet: 34, EC and 2D. RGB value is (52,236,45). Sum of RGB (Red+Green+Blue) = 52+236+45=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EC2D is #CB13D2. Grayscale: #9F9F9F. Windows color (decimal): -13308883 or 3009588. OLE color: 3009588.

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

Color convert

RGB 52 236 45 -
CMYK 0.78 0 0.81 0.07
HSL 117.8º 0.83% 0.55% -
HSV(B) 117.8º 0.81% 0.93% -
XYZ 31.89 60.91 12.56 -
YUV 159.21 63.54 51.53 -
System Red Green Blue C M Y K H S L
Decimal 52 236 45 0.78 0 0.81 0.07 117.8 0.83 0.55
Hex 34 EC 2D 4E 0 51 7 76 53 37
Octal 64 354 55 116 0 121 7 166 123 67
Binary 110100 11101100 101101 1001110 0 1010001 111 1110110 1010011 110111

Color Harmonies of #34EC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EC2D

Black with #34EC2D

Text Example


Text Example

White with #34EC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,236,45); }

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

background-color css

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

 a { background-color: rgb(52,236,45); }

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

border-color css

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

 span { border-color: rgb(52,236,45); }

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