Html Css Color HEX #34FC4C Lime Green

📋 copy color: '#34FC4C'

red 52 ◦ green 252 ◦ blue 76

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

Shades of Lime Green #34FC4C

Tints of Lime Green #34FC4C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 66.32%

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

R = 13.68%
G = 66.32%
B = 20%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#34FC4C (or 0x34FC4C) is known color: Lime Green. HEX triplet: 34, FC and 4C. RGB value is (52,252,76). Sum of RGB (Red+Green+Blue) = 52+252+76=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #34FC4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FC4C is #CB03B3. Grayscale: #ACACAC. Windows color (decimal): -13304756 or 5045300. OLE color: 5045300.

HSL color Cylindrical-coordinate representation of color #34FC4C: hue angle of 127.2º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FC4C is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 252 76 -
CMYK 0.79 0 0.70 0.01
HSL 127.2º 0.97% 0.6% -
HSV(B) 127.2º 0.79% 0.99% -
XYZ 37.53 70.87 18.54 -
YUV 172.14 73.74 42.31 -
System Red Green Blue C M Y K H S L
Decimal 52 252 76 0.79 0 0.70 0.01 127.2 0.97 0.6
Hex 34 FC 4C 4F 0 46 1 7F 61 3C
Octal 64 374 114 117 0 106 1 177 141 74
Binary 110100 11111100 1001100 1001111 0 1000110 1 1111111 1100001 111100

Color Harmonies of #34FC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FC4C

Black with #34FC4C

Text Example


Text Example

White with #34FC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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