Html Css Color HEX #2FE020 Lime Green

📋 copy color: '#2FE020'

red 47 ◦ green 224 ◦ blue 32

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

Shades of Lime Green #2FE020

Tints of Lime Green #2FE020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 73.93%

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

R = 15.51%
G = 73.93%
B = 10.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#2FE020 (or 0x2FE020) is known color: Lime Green. HEX triplet: 2F, E0 and 20. RGB value is (47,224,32). Sum of RGB (Red+Green+Blue) = 47+224+32=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 224 (87.89% from 255 or 73.93% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE020 is #D01FDF. Grayscale: #959595. Windows color (decimal): -13639648 or 2154543. OLE color: 2154543.

HSL color Cylindrical-coordinate representation of color #2FE020: hue angle of 115.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FE020 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 224 32 -
CMYK 0.79 0 0.86 0.12
HSL 115.31º 0.76% 0.5% -
HSV(B) 115.31º 0.86% 0.88% -
XYZ 28.09 54.02 10.31 -
YUV 149.19 61.86 55.11 -
System Red Green Blue C M Y K H S L
Decimal 47 224 32 0.79 0 0.86 0.12 115.31 0.76 0.5
Hex 2F E0 20 4F 0 56 C 73 4C 32
Octal 57 340 40 117 0 126 14 163 114 62
Binary 101111 11100000 100000 1001111 0 1010110 1100 1110011 1001100 110010

Color Harmonies of #2FE020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE020

Black with #2FE020

Text Example


Text Example

White with #2FE020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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