Html Css Color HEX #2FD822 Lime Green

📋 copy color: '#2FD822'

red 47 ◦ green 216 ◦ blue 34

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

Shades of Lime Green #2FD822

Tints of Lime Green #2FD822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.45%

R = 15.82%
G = 72.73%
B = 11.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#2FD822 (or 0x2FD822) is known color: Lime Green. HEX triplet: 2F, D8 and 22. RGB value is (47,216,34). Sum of RGB (Red+Green+Blue) = 47+216+34=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 216 (84.77% from 255 or 72.73% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD822 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD822 is #D027DD. Grayscale: #919191. Windows color (decimal): -13641694 or 2283567. OLE color: 2283567.

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

Color convert

RGB 47 216 34 -
CMYK 0.78 0 0.84 0.15
HSL 115.71º 0.73% 0.49% -
HSV(B) 115.71º 0.84% 0.85% -
XYZ 26.02 49.83 9.76 -
YUV 144.72 65.51 58.3 -
System Red Green Blue C M Y K H S L
Decimal 47 216 34 0.78 0 0.84 0.15 115.71 0.73 0.49
Hex 2F D8 22 4E 0 54 F 74 49 31
Octal 57 330 42 116 0 124 17 164 111 61
Binary 101111 11011000 100010 1001110 0 1010100 1111 1110100 1001001 110001

Color Harmonies of #2FD822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD822

Black with #2FD822

Text Example


Text Example

White with #2FD822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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