Html Css Color HEX #34FA2C Lime Green

📋 copy color: '#34FA2C'

red 52 ◦ green 250 ◦ blue 44

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

Shades of Lime Green #34FA2C

Tints of Lime Green #34FA2C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 72.25%

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 15.03%
G = 72.25%
B = 12.72%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#34FA2C (or 0x34FA2C) is known color: Lime Green. HEX triplet: 34, FA and 2C. RGB value is (52,250,44). Sum of RGB (Red+Green+Blue) = 52+250+44=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FA2C is #CB05D3. Grayscale: #A7A7A7. Windows color (decimal): -13305300 or 2947636. OLE color: 2947636.

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

Color convert

RGB 52 250 44 -
CMYK 0.79 0 0.82 0.02
HSL 117.67º 0.95% 0.58% -
HSV(B) 117.67º 0.82% 0.98% -
XYZ 36.06 69.28 13.86 -
YUV 167.31 58.4 45.75 -
System Red Green Blue C M Y K H S L
Decimal 52 250 44 0.79 0 0.82 0.02 117.67 0.95 0.58
Hex 34 FA 2C 4F 0 52 2 76 5F 3A
Octal 64 372 54 117 0 122 2 166 137 72
Binary 110100 11111010 101100 1001111 0 1010010 10 1110110 1011111 111010

Color Harmonies of #34FA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FA2C

Black with #34FA2C

Text Example


Text Example

White with #34FA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,250,44); }

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

background-color css

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

 a { background-color: rgb(52,250,44); }

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

border-color css

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

 span { border-color: rgb(52,250,44); }

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