Html Css Color HEX #2FE628 Lime Green

📋 copy color: '#2FE628'

red 47 ◦ green 230 ◦ blue 40

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

Shades of Lime Green #2FE628

Tints of Lime Green #2FE628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.62%

R = 14.83%
G = 72.56%
B = 12.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#2FE628 (or 0x2FE628) is known color: Lime Green. HEX triplet: 2F, E6 and 28. RGB value is (47,230,40). Sum of RGB (Red+Green+Blue) = 47+230+40=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 230 (90.23% from 255 or 72.56% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE628 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE628 is #D019D7. Grayscale: #9A9A9A. Windows color (decimal): -13638104 or 2680367. OLE color: 2680367.

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

Color convert

RGB 47 230 40 -
CMYK 0.80 0 0.83 0.10
HSL 117.79º 0.79% 0.53% -
HSV(B) 117.79º 0.83% 0.9% -
XYZ 29.85 57.35 11.5 -
YUV 153.62 63.87 51.95 -
System Red Green Blue C M Y K H S L
Decimal 47 230 40 0.80 0 0.83 0.10 117.79 0.79 0.53
Hex 2F E6 28 50 0 53 A 76 4F 35
Octal 57 346 50 120 0 123 12 166 117 65
Binary 101111 11100110 101000 1010000 0 1010011 1010 1110110 1001111 110101

Color Harmonies of #2FE628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE628

Black with #2FE628

Text Example


Text Example

White with #2FE628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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