Html Css Color HEX #34E94C Lime Green

📋 copy color: '#34E94C'

red 52 ◦ green 233 ◦ blue 76

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

Shades of Lime Green #34E94C

Tints of Lime Green #34E94C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 64.54%

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 14.4%
G = 64.54%
B = 21.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#34E94C (or 0x34E94C) is known color: Lime Green. HEX triplet: 34, E9 and 4C. RGB value is (52,233,76). Sum of RGB (Red+Green+Blue) = 52+233+76=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 233 (91.41% from 255 or 64.54% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 233 - color contains mainly: green. Hex color #34E94C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E94C is #CB16B3. Grayscale: #A1A1A1. Windows color (decimal): -13309620 or 5040436. OLE color: 5040436.

HSL color Cylindrical-coordinate representation of color #34E94C: hue angle of 127.96º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E94C is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 233 76 -
CMYK 0.78 0 0.67 0.09
HSL 127.96º 0.8% 0.56% -
HSV(B) 127.96º 0.78% 0.91% -
XYZ 31.86 59.53 16.65 -
YUV 160.98 80.03 50.27 -
System Red Green Blue C M Y K H S L
Decimal 52 233 76 0.78 0 0.67 0.09 127.96 0.8 0.56
Hex 34 E9 4C 4E 0 43 9 80 50 38
Octal 64 351 114 116 0 103 11 200 120 70
Binary 110100 11101001 1001100 1001110 0 1000011 1001 10000000 1010000 111000

Color Harmonies of #34E94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E94C

Black with #34E94C

Text Example


Text Example

White with #34E94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,233,76); }

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

background-color css

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

 a { background-color: rgb(52,233,76); }

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

border-color css

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

 span { border-color: rgb(52,233,76); }

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