Html Css Color HEX #2FF830 Lime Green

📋 copy color: '#2FF830'

red 47 ◦ green 248 ◦ blue 48

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

Shades of Lime Green #2FF830

Tints of Lime Green #2FF830

RGB

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

 GREEN value IS 248 (97.27% from 255) = 72.3%

 BLUE value IS 48 (19.14% from 255) = 13.99%

R = 13.7%
G = 72.3%
B = 13.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#2FF830 (or 0x2FF830) is known color: Lime Green. HEX triplet: 2F, F8 and 30. RGB value is (47,248,48). Sum of RGB (Red+Green+Blue) = 47+248+48=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 248 (97.27% from 255 or 72.30% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF830 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF830 is #D007CF. Grayscale: #A5A5A5. Windows color (decimal): -13633488 or 3209263. OLE color: 3209263.

HSL color Cylindrical-coordinate representation of color #2FF830: hue angle of 120.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF830 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 47 248 48 -
CMYK 0.81 0 0.81 0.03
HSL 120.3º 0.93% 0.58% -
HSV(B) 120.3º 0.81% 0.97% -
XYZ 35.27 67.95 14.05 -
YUV 165.1 61.91 43.76 -
System Red Green Blue C M Y K H S L
Decimal 47 248 48 0.81 0 0.81 0.03 120.3 0.93 0.58
Hex 2F F8 30 51 0 51 3 78 5D 3A
Octal 57 370 60 121 0 121 3 170 135 72
Binary 101111 11111000 110000 1010001 0 1010001 11 1111000 1011101 111010

Color Harmonies of #2FF830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF830

Black with #2FF830

Text Example


Text Example

White with #2FF830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,248,48); }

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

background-color css

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

 a { background-color: rgb(47,248,48); }

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

border-color css

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

 span { border-color: rgb(47,248,48); }

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