Html Css Color HEX #2FE534 Lime Green

📋 copy color: '#2FE534'

red 47 ◦ green 229 ◦ blue 52

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

Shades of Lime Green #2FE534

Tints of Lime Green #2FE534

RGB

 RED value IS 47 (18.75% from 255) = 14.33%

 GREEN value IS 229 (89.84% from 255) = 69.82%

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 14.33%
G = 69.82%
B = 15.85%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#2FE534 (or 0x2FE534) is known color: Lime Green. HEX triplet: 2F, E5 and 34. RGB value is (47,229,52). Sum of RGB (Red+Green+Blue) = 47+229+52=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 229 (89.84% from 255 or 69.82% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE534 is #D01ACB. Grayscale: #9A9A9A. Windows color (decimal): -13638348 or 3466543. OLE color: 3466543.

HSL color Cylindrical-coordinate representation of color #2FE534: hue angle of 121.65º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE534 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 229 52 -
CMYK 0.79 0 0.77 0.10
HSL 121.65º 0.78% 0.54% -
HSV(B) 121.65º 0.79% 0.9% -
XYZ 29.81 56.89 12.66 -
YUV 154.4 70.2 51.39 -
System Red Green Blue C M Y K H S L
Decimal 47 229 52 0.79 0 0.77 0.10 121.65 0.78 0.54
Hex 2F E5 34 4F 0 4D A 7A 4E 36
Octal 57 345 64 117 0 115 12 172 116 66
Binary 101111 11100101 110100 1001111 0 1001101 1010 1111010 1001110 110110

Color Harmonies of #2FE534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE534

Black with #2FE534

Text Example


Text Example

White with #2FE534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FE534; }

 p { color: rgb(47,229,52); }

 H1.HeaderClassName
 {
   color: #2FE534;
 }
 .AnyTagClassName
 {
   color: #2FE534;
 }
</style>

background-color css

<style>
 a { background-color: #2FE534; }

 a { background-color: rgb(47,229,52); }

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

border-color css

<style>
 span { border-color: #2FE534; }

 span { border-color: rgb(47,229,52); }

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