Html Css Color HEX #2FD827 Lime Green

📋 copy color: '#2FD827'

red 47 ◦ green 216 ◦ blue 39

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

Shades of Lime Green #2FD827

Tints of Lime Green #2FD827

RGB

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

 GREEN value IS 216 (84.77% from 255) = 71.52%

 BLUE value IS 39 (15.63% from 255) = 12.91%

R = 15.56%
G = 71.52%
B = 12.91%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#2FD827 (or 0x2FD827) is known color: Lime Green. HEX triplet: 2F, D8 and 27. RGB value is (47,216,39). Sum of RGB (Red+Green+Blue) = 47+216+39=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 216 (84.77% from 255 or 71.52% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD827 is #D027D8. Grayscale: #919191. Windows color (decimal): -13641689 or 2611247. OLE color: 2611247.

HSL color Cylindrical-coordinate representation of color #2FD827: hue angle of 117.29º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FD827 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 216 39 -
CMYK 0.78 0 0.82 0.15
HSL 117.29º 0.69% 0.5% -
HSV(B) 117.29º 0.82% 0.85% -
XYZ 26.09 49.86 10.17 -
YUV 145.29 68.01 57.89 -
System Red Green Blue C M Y K H S L
Decimal 47 216 39 0.78 0 0.82 0.15 117.29 0.69 0.5
Hex 2F D8 27 4E 0 52 F 75 45 32
Octal 57 330 47 116 0 122 17 165 105 62
Binary 101111 11011000 100111 1001110 0 1010010 1111 1110101 1000101 110010

Color Harmonies of #2FD827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD827

Black with #2FD827

Text Example


Text Example

White with #2FD827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,216,39); }

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

background-color css

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

 a { background-color: rgb(47,216,39); }

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

border-color css

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

 span { border-color: rgb(47,216,39); }

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