Html Css Color HEX #2FE621 Lime Green

📋 copy color: '#2FE621'

red 47 ◦ green 230 ◦ blue 33

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

Shades of Lime Green #2FE621

Tints of Lime Green #2FE621

RGB

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

 GREEN value IS 230 (90.23% from 255) = 74.19%

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 15.16%
G = 74.19%
B = 10.65%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#2FE621 (or 0x2FE621) is known color: Lime Green. HEX triplet: 2F, E6 and 21. RGB value is (47,230,33). Sum of RGB (Red+Green+Blue) = 47+230+33=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 230 (90.23% from 255 or 74.19% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE621 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE621 is #D019DE. Grayscale: #999999. Windows color (decimal): -13638111 or 2221615. OLE color: 2221615.

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

Color convert

RGB 47 230 33 -
CMYK 0.80 0 0.86 0.10
HSL 115.74º 0.8% 0.52% -
HSV(B) 115.74º 0.86% 0.9% -
XYZ 29.74 57.31 10.93 -
YUV 152.83 60.37 52.52 -
System Red Green Blue C M Y K H S L
Decimal 47 230 33 0.80 0 0.86 0.10 115.74 0.8 0.52
Hex 2F E6 21 50 0 56 A 74 50 34
Octal 57 346 41 120 0 126 12 164 120 64
Binary 101111 11100110 100001 1010000 0 1010110 1010 1110100 1010000 110100

Color Harmonies of #2FE621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE621

Black with #2FE621

Text Example


Text Example

White with #2FE621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,230,33); }

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

background-color css

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

 a { background-color: rgb(47,230,33); }

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

border-color css

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

 span { border-color: rgb(47,230,33); }

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