Html Css Color HEX #34FB4E Lime Green

📋 copy color: '#34FB4E'

red 52 ◦ green 251 ◦ blue 78

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

Shades of Lime Green #34FB4E

Tints of Lime Green #34FB4E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 65.88%

 BLUE value IS 78 (30.86% from 255) = 20.47%

R = 13.65%
G = 65.88%
B = 20.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#34FB4E (or 0x34FB4E) is known color: Lime Green. HEX triplet: 34, FB and 4E. RGB value is (52,251,78). Sum of RGB (Red+Green+Blue) = 52+251+78=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 251 (98.44% from 255 or 65.88% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 251 - color contains mainly: green. Hex color #34FB4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FB4E is #CB04B1. Grayscale: #ACACAC. Windows color (decimal): -13305010 or 5176116. OLE color: 5176116.

HSL color Cylindrical-coordinate representation of color #34FB4E: hue angle of 127.84º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FB4E is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 251 78 -
CMYK 0.79 0 0.69 0.02
HSL 127.84º 0.96% 0.59% -
HSV(B) 127.84º 0.79% 0.98% -
XYZ 37.29 70.27 18.81 -
YUV 171.78 75.07 42.57 -
System Red Green Blue C M Y K H S L
Decimal 52 251 78 0.79 0 0.69 0.02 127.84 0.96 0.59
Hex 34 FB 4E 4F 0 45 2 80 60 3B
Octal 64 373 116 117 0 105 2 200 140 73
Binary 110100 11111011 1001110 1001111 0 1000101 10 10000000 1100000 111011

Color Harmonies of #34FB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FB4E

Black with #34FB4E

Text Example


Text Example

White with #34FB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,251,78); }

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

background-color css

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

 a { background-color: rgb(52,251,78); }

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

border-color css

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

 span { border-color: rgb(52,251,78); }

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