Html Css Color HEX #2FD83C Lime Green

📋 copy color: '#2FD83C'

red 47 ◦ green 216 ◦ blue 60

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

Shades of Lime Green #2FD83C

Tints of Lime Green #2FD83C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.58%

R = 14.55%
G = 66.87%
B = 18.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#2FD83C (or 0x2FD83C) is known color: Lime Green. HEX triplet: 2F, D8 and 3C. RGB value is (47,216,60). Sum of RGB (Red+Green+Blue) = 47+216+60=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 216 (84.77% from 255 or 66.87% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD83C is #D027C3. Grayscale: #949494. Windows color (decimal): -13641668 or 3987503. OLE color: 3987503.

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

Color convert

RGB 47 216 60 -
CMYK 0.78 0 0.72 0.15
HSL 124.62º 0.68% 0.52% -
HSV(B) 124.62º 0.78% 0.85% -
XYZ 26.54 50.04 12.54 -
YUV 147.69 78.51 56.18 -
System Red Green Blue C M Y K H S L
Decimal 47 216 60 0.78 0 0.72 0.15 124.62 0.68 0.52
Hex 2F D8 3C 4E 0 48 F 7D 44 34
Octal 57 330 74 116 0 110 17 175 104 64
Binary 101111 11011000 111100 1001110 0 1001000 1111 1111101 1000100 110100

Color Harmonies of #2FD83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD83C

Black with #2FD83C

Text Example


Text Example

White with #2FD83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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