Html Css Color HEX #34F03A Lime Green

📋 copy color: '#34F03A'

red 52 ◦ green 240 ◦ blue 58

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

Shades of Lime Green #34F03A

Tints of Lime Green #34F03A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 68.57%

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

R = 14.86%
G = 68.57%
B = 16.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#34F03A (or 0x34F03A) is known color: Lime Green. HEX triplet: 34, F0 and 3A. RGB value is (52,240,58). Sum of RGB (Red+Green+Blue) = 52+240+58=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 240 (94.14% from 255 or 68.57% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 240 - color contains mainly: green. Hex color #34F03A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F03A is #CB0FC5. Grayscale: #A3A3A3. Windows color (decimal): -13307846 or 3862580. OLE color: 3862580.

HSL color Cylindrical-coordinate representation of color #34F03A: hue angle of 121.91º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F03A is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 240 58 -
CMYK 0.78 0 0.76 0.06
HSL 121.91º 0.86% 0.57% -
HSV(B) 121.91º 0.78% 0.94% -
XYZ 33.34 63.36 14.47 -
YUV 163.04 68.72 48.8 -
System Red Green Blue C M Y K H S L
Decimal 52 240 58 0.78 0 0.76 0.06 121.91 0.86 0.57
Hex 34 F0 3A 4E 0 4C 6 7A 56 39
Octal 64 360 72 116 0 114 6 172 126 71
Binary 110100 11110000 111010 1001110 0 1001100 110 1111010 1010110 111001

Color Harmonies of #34F03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F03A

Black with #34F03A

Text Example


Text Example

White with #34F03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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