Html Css Color HEX #34EB2D Lime Green

📋 copy color: '#34EB2D'

red 52 ◦ green 235 ◦ blue 45

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

Shades of Lime Green #34EB2D

Tints of Lime Green #34EB2D

RGB

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

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

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

R = 15.66%
G = 70.78%
B = 13.55%

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

#34EB2D (or 0x34EB2D) is known color: Lime Green. HEX triplet: 34, EB and 2D. RGB value is (52,235,45). Sum of RGB (Red+Green+Blue) = 52+235+45=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 235 (92.19% from 255 or 70.78% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 235 - color contains mainly: green. Hex color #34EB2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EB2D is #CB14D2. Grayscale: #9F9F9F. Windows color (decimal): -13309139 or 3009332. OLE color: 3009332.

HSL color Cylindrical-coordinate representation of color #34EB2D: hue angle of 117.79º 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 #34EB2D is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 235 45 -
CMYK 0.78 0 0.81 0.08
HSL 117.79º 0.83% 0.55% -
HSV(B) 117.79º 0.81% 0.92% -
XYZ 31.6 60.34 12.46 -
YUV 158.62 63.87 51.95 -
System Red Green Blue C M Y K H S L
Decimal 52 235 45 0.78 0 0.81 0.08 117.79 0.83 0.55
Hex 34 EB 2D 4E 0 51 8 76 53 37
Octal 64 353 55 116 0 121 10 166 123 67
Binary 110100 11101011 101101 1001110 0 1010001 1000 1110110 1010011 110111

Color Harmonies of #34EB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EB2D

Black with #34EB2D

Text Example


Text Example

White with #34EB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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