Html Css Color HEX #34FF3A Lime Green

📋 copy color: '#34FF3A'

red 52 ◦ green 255 ◦ blue 58

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

Shades of Lime Green #34FF3A

Tints of Lime Green #34FF3A

RGB

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

 GREEN value IS 255 (100% from 255) = 69.86%

 BLUE value IS 58 (23.05% from 255) = 15.89%

R = 14.25%
G = 69.86%
B = 15.89%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#34FF3A (or 0x34FF3A) is known color: Lime Green. HEX triplet: 34, FF and 3A. RGB value is (52,255,58). Sum of RGB (Red+Green+Blue) = 52+255+58=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FF3A is #CB00C5. Grayscale: #ACACAC. Windows color (decimal): -13304006 or 3866420. OLE color: 3866420.

HSL color Cylindrical-coordinate representation of color #34FF3A: hue angle of 121.77º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FF3A is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 52 255 58 -
CMYK 0.80 0 0.77 0
HSL 121.77º 1% 0.6% -
HSV(B) 121.77º 0.8% 1% -
XYZ 37.94 72.56 16.01 -
YUV 171.85 63.75 42.52 -
System Red Green Blue C M Y K H S L
Decimal 52 255 58 0.80 0 0.77 0 121.77 1 0.6
Hex 34 FF 3A 50 0 4D 0 7A 64 3C
Octal 64 377 72 120 0 115 0 172 144 74
Binary 110100 11111111 111010 1010000 0 1001101 0 1111010 1100100 111100

Color Harmonies of #34FF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FF3A

Black with #34FF3A

Text Example


Text Example

White with #34FF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,255,58); }

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

background-color css

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

 a { background-color: rgb(52,255,58); }

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

border-color css

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

 span { border-color: rgb(52,255,58); }

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