Html Css Color HEX #34FB4A Lime Green

📋 copy color: '#34FB4A'

red 52 ◦ green 251 ◦ blue 74

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

Shades of Lime Green #34FB4A

Tints of Lime Green #34FB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 13.79%
G = 66.58%
B = 19.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#34FB4A (or 0x34FB4A) is known color: Lime Green. HEX triplet: 34, FB and 4A. RGB value is (52,251,74). Sum of RGB (Red+Green+Blue) = 52+251+74=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 251 (98.44% from 255 or 66.58% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 251 - color contains mainly: green. Hex color #34FB4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FB4A is #CB04B5. Grayscale: #ABABAB. Windows color (decimal): -13305014 or 4913972. OLE color: 4913972.

HSL color Cylindrical-coordinate representation of color #34FB4A: hue angle of 126.63º 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 #34FB4A is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 251 74 -
CMYK 0.79 0 0.71 0.02
HSL 126.63º 0.96% 0.59% -
HSV(B) 126.63º 0.79% 0.98% -
XYZ 37.15 70.22 18.07 -
YUV 171.32 73.07 42.89 -
System Red Green Blue C M Y K H S L
Decimal 52 251 74 0.79 0 0.71 0.02 126.63 0.96 0.59
Hex 34 FB 4A 4F 0 47 2 7F 60 3B
Octal 64 373 112 117 0 107 2 177 140 73
Binary 110100 11111011 1001010 1001111 0 1000111 10 1111111 1100000 111011

Color Harmonies of #34FB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FB4A

Black with #34FB4A

Text Example


Text Example

White with #34FB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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