Html Css Color HEX #2FE520 Lime Green

📋 copy color: '#2FE520'

red 47 ◦ green 229 ◦ blue 32

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

Shades of Lime Green #2FE520

Tints of Lime Green #2FE520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 15.26%
G = 74.35%
B = 10.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#2FE520 (or 0x2FE520) is known color: Lime Green. HEX triplet: 2F, E5 and 20. RGB value is (47,229,32). Sum of RGB (Red+Green+Blue) = 47+229+32=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 229 (89.84% from 255 or 74.35% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE520 is #D01ADF. Grayscale: #989898. Windows color (decimal): -13638368 or 2155823. OLE color: 2155823.

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

Color convert

RGB 47 229 32 -
CMYK 0.79 0 0.86 0.10
HSL 115.43º 0.79% 0.51% -
HSV(B) 115.43º 0.86% 0.9% -
XYZ 29.45 56.75 10.77 -
YUV 152.12 60.2 53.02 -
System Red Green Blue C M Y K H S L
Decimal 47 229 32 0.79 0 0.86 0.10 115.43 0.79 0.51
Hex 2F E5 20 4F 0 56 A 73 4F 33
Octal 57 345 40 117 0 126 12 163 117 63
Binary 101111 11100101 100000 1001111 0 1010110 1010 1110011 1001111 110011

Color Harmonies of #2FE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE520

Black with #2FE520

Text Example


Text Example

White with #2FE520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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