Html Css Color HEX #2FF13C Lime Green

📋 copy color: '#2FF13C'

red 47 ◦ green 241 ◦ blue 60

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

Shades of Lime Green #2FF13C

Tints of Lime Green #2FF13C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.25%

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

R = 13.51%
G = 69.25%
B = 17.24%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#2FF13C (or 0x2FF13C) is known color: Lime Green. HEX triplet: 2F, F1 and 3C. RGB value is (47,241,60). Sum of RGB (Red+Green+Blue) = 47+241+60=348 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.51% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF13C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF13C is #D00EC3. Grayscale: #A2A2A2. Windows color (decimal): -13635268 or 3993903. OLE color: 3993903.

HSL color Cylindrical-coordinate representation of color #2FF13C: hue angle of 124.02º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF13C is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 60 -
CMYK 0.80 0 0.75 0.05
HSL 124.02º 0.87% 0.56% -
HSV(B) 124.02º 0.8% 0.95% -
XYZ 33.44 63.84 14.83 -
YUV 162.36 70.23 45.72 -
System Red Green Blue C M Y K H S L
Decimal 47 241 60 0.80 0 0.75 0.05 124.02 0.87 0.56
Hex 2F F1 3C 50 0 4B 5 7C 57 38
Octal 57 361 74 120 0 113 5 174 127 70
Binary 101111 11110001 111100 1010000 0 1001011 101 1111100 1010111 111000

Color Harmonies of #2FF13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF13C

Black with #2FF13C

Text Example


Text Example

White with #2FF13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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